https://pulumi.com logo
Title
l

lively-controller-39972

02/08/2023, 10:30 PM
In Pulumi.yaml, is it possible to use an environment variable?
e

echoing-dinner-19531

02/08/2023, 10:42 PM
Not currently, we'll probably extend config to support them at some point: https://github.com/pulumi/pulumi/issues/11547
l

lively-controller-39972

02/08/2023, 10:51 PM
In my case, I would like to define
aws:defaultTags
as the value of my CI branch. I do this with Terraform
Also, is it possible to define the configuration in typescript instead of yaml?
e

echoing-dinner-19531

02/08/2023, 11:01 PM
l

lively-controller-39972

02/08/2023, 11:02 PM
If I use an explicit provider, I will have to provide it every time I create a resource?
s

steep-toddler-94095

02/09/2023, 2:17 AM
yes. to make it less error prone you can disable the default provider for aws
s

some-notebook-86727

02/09/2023, 7:57 AM
But you can keep the secrets in a separate file so that you can add it to .gitignore, right?