Hi Guys,
I’m deploying a solution in client account. The solution has SSM parameter.
My problem is the follow: I want the client to be able to update the SSM Parameters directly in AWS SSM console without update terraform variables file and run terraform apply.
So for this, when i have an update to do, i would like run terraform apply without update the SSM parameters because this will override the client changes. Is possible reach something like that?
I thougt the override parameter in aws_ssm_parameter resource is to this use cases but i got “error creating SSM parameter: ParameterAlreadyExists:” when i use overwirte = false.
Someone could help me?
Regards,
Fábio Santos