microscopic-agent-70604
03/23/2021, 11:50 AMerror: program failed: 1 error occurred:
* rpc error: code = Unknown desc = invocation of aws:ec2/getVpc:getVpc returned an error: could not validate provider configuration: 9 errors occurred:
* Invalid or unknown key
* Invalid or unknown key
* Invalid or unknown key
* Invalid or unknown key
* Invalid or unknown key
* Invalid or unknown key
* Invalid or unknown key
* Invalid or unknown key
* Invalid or unknown key
exit status 1
Could anybody please give a hint where to go?gentle-diamond-70147
03/23/2021, 4:08 PMaws:
configuration values in your stack configuration?
I believe this can occur when you've set "custom" configuration values under the aws:
namespace which is reserved for the default provider itself.pulumi set aws:myCustomConfig asdf
, you would get that error message because myCustomConfig
is not a valid configuration property on the aws.Provider
.microscopic-agent-70604
03/23/2021, 4:29 PMgentle-diamond-70147
03/23/2021, 4:42 PMpulumi config set myCustomConfig asdf
without the aws:
prefix and use the configuration values that way.