15 lines
262 B
YAML
15 lines
262 B
YAML
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
|