Closed mkozjak closed 1 year ago
I think your code is wrong. I suspect it should be:
module "gameserver_config" {
source = "cloudposse/ssm-parameter-store/aws"
version = "0.10.0"
parameter_write = [
{
name = "SOME_API_KEY"
value = "1"
type = "SecureString"
}
]
ignore_value_changes = true
}
Describe the Bug
ignore_value_changes
doesn't seem to work. It still wants to change an externally-modified SSM parameter.Expected Behavior
To ignore external value changes.
Steps to Reproduce
Steps to reproduce the behavior:
Add this code:
terraform apply
.SOME_API_KEY
.terraform plan
.Logs
Environment (please complete the following information):