This commit is contained in:
2024-10-21 00:10:33 +07:00
parent b3ad25ab10
commit 8a60b27d30
6 changed files with 403 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool]
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
pulumi = ">=3.0.0,<4.0.0"
pulumi-random = ">=4.0.0,<5.0.0"
python = "^3.8"
pulumi-automation = "^0.1.0"