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

14
Pulumi.yaml Normal file
View File

@@ -0,0 +1,14 @@
name: p1
description: A minimal Random Python Pulumi program.
runtime:
name: python
options:
toolchain: poetry
config:
foo:
type: string
description: just a string
default: bar
pulumi:tags:
value:
pulumi:template: random-python