Hello! Question about Pulumi and AWS Parameter Sto...
# aws
g
Hello! Question about Pulumi and AWS Parameter Store values. Can one create a param store resource with Pulumi and only have it create it if it does not exist, but we manually set its values? So no subsequent deploy affects the value we manually set.
m
You might just want the opt
ignoreChanges
on the resource.
👍 1