https://pulumi.com logo
#general
Title
# general
l

limited-army-96747

04/17/2022, 10:38 AM
hello How do I get the current aws region set on the config?
q

quiet-wolf-18467

04/17/2022, 2:55 PM
pulumi config get aws:region
If you mean inside code, you can load the config with the
aws
pretix.
const awsConfig = new pulumi.Config(“aws”)
3 Views