This message was deleted.
s
This message was deleted.
b
Went a different route and created a custom template.
Just incase some one else has the same question. The
-c
will configure project based settings in the Pulumi.<stack name here>.yaml file. example:
Copy code
config:
  aws:region: us-east-1
  projectname:key: value
The format to pass to the
-c
option is
Copy code
pulumi new aws-python --name projectname -c "key=value"