The Environment Variable Keep Replacing #4820
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
service/cloudfront
What happened?
I just created the AWS CloudFront public key and added it to the environment as a secret variable by running this command:
cat ./public_key.pem | pulumi config set public_key --secret
I was able to deploy the public key to CloudFront successfully. However, every time I run
pulumi preview
orpulumi up
, the public key is being replaced.Example
pulumi.develop.yaml file
Output of
pulumi about
pulumi version : v3.140.0
Language: Golang
Platform: AWS
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: