sparse-intern-71089
03/23/2021, 11:50 AMgentle-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.gentle-diamond-70147
03/23/2021, 4:12 PMpulumi 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 PMgentle-diamond-70147
03/23/2021, 4:42 PMpulumi config set myCustomConfig asdf
without the aws:
prefix and use the configuration values that way.