Hi, I'm trying to set a configuration value to con...
# golang
l
Hi, I'm trying to set a configuration value to configure
autonaming
but when I try to add a specific resource
"aws:s3/bucket:Bucket\"
I get an error that it is not a valid configuration option. When I drop the
:
from the string Pulumi is happy. I haven't found a way to escape those
This is the actual error
Copy code
stderr: error: invalid configuration key: could not parse pulumi:autonaming.providers.aws.resources."aws:s3/bucket:Bucket".pattern as a configuration key (configuration keys should be of the form `<namespace>:<name>`)