thankful-hospital-94793
12/23/2019, 6:29 PMerror: Missing required configuration variable 'poc-pulumi:aws:region'
. When I do what the error describes and set: pulumi config set poc-pulumi:aws:region us-east-1
, I get another error telling me the format is invalid: `error: invalid configuration key: could not parse poc-pulumiawsregion as a configuration key (configuration keys should be of the form <namespace>:<name>
)`handsome-actor-1155
12/23/2019, 6:30 PMpulumi config set aws:region us-east-1
thankful-hospital-94793
12/23/2019, 6:32 PMerror: Missing required configuration variable 'poc-pulumi:aws:region
on running pulumi up
after doing so.handsome-actor-1155
12/23/2019, 6:34 PMgentle-diamond-70147
12/23/2019, 6:49 PMconfig.requre("aws:config")
thankful-hospital-94793
12/23/2019, 6:50 PMhandsome-actor-1155
12/23/2019, 7:07 PMthankful-hospital-94793
12/23/2019, 7:14 PMhandsome-actor-1155
01/28/2020, 4:54 AMconst awsConfig = new pulumi.Config("aws");
console.log(awsConfig.require("region"));
This gets the aws
section of your Pulumi.dev.yaml
file :)