https://pulumi.com logo
s

straight-arm-50771

06/13/2023, 12:24 AM
config items for cloud providers that are set, is there a var we can use to reference what we entered ala
pulumi config set aws:profile my-aws-profile
? Pulumi.my-stack.yaml :
Copy code
config:
    aws:profile: my-aws-profile
    gcp:project: my-gcp-profile
or would we need to set this as a second param?
a

adventurous-eve-83859

06/13/2023, 12:32 AM
Do you mean accessing the config values programmatically, with `config.Require`/
config.Get
? https://www.pulumi.com/docs/concepts/config/#code
s

straight-arm-50771

06/13/2023, 12:32 AM
that's it, thank you!
2 Views