https://pulumi.com logo
Title
m

many-salesmen-89069

09/30/2021, 7:14 AM
Really need an answer for this. 🙏 My current workaround is to create Pulumi.stack-name.yml for the new stack dynamically in the ci and then discard it which is super hacky. Use case is automated branch deployment on pull requests.
l

little-cartoon-10569

09/30/2021, 8:15 PM
Is it essential that you use Pulumi's Config object? Can you get the values using env vars or similar?
m

many-salesmen-89069

10/01/2021, 6:57 AM
@little-cartoon-10569 I could for everything else but the
aws:region
which is required by the @pulumi/aws package and I haven’t found a work around for that
@broad-dog-22463 could you have a look at this please?