sparse-intern-71089
12/03/2023, 5:30 PMdry-keyboard-94795
12/03/2023, 6:46 PMconfig.require_object(...)
instead, which is needed for getting structured data from the configdry-keyboard-94795
12/03/2023, 6:49 PMsalmon-account-74572
12/05/2023, 5:10 PMPulumi.template.yaml
, which would only be used if you had a Pulumi stack named “template”. Pulumi templates only work with pulumi new
, so my advice to you would be…
1. Use pulumi stack init
to create a stack.
2. Use pulumi stack select <name>
to select the stack you just created.
3. Use pulumi config set <key> <value>
to set the configuration values (like pulumi config set instanceType t2.micro
).
4. Then run pulumi up
.