sparse-intern-71089
05/12/2021, 7:28 PMbest-nest-62071
05/12/2021, 7:47 PMbest-nest-62071
05/12/2021, 7:51 PM-c
will configure project based settings in the Pulumi.<stack name here>.yaml file.
example:
config:
aws:region: us-east-1
projectname:key: value
The format to pass to the -c
option is
pulumi new aws-python --name projectname -c "key=value"