You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 or pulumi up, the public key is being replaced.
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:
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: