-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More fixes for ssm params #8122
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
A reference to the issue / Description of it
#7607
How does this PR fix the problem?
SSM parameters can't be overwritten without
overwrite = true
. Once an SSM parameter has been created, the value can't be changed toinsecure_value
without this flag. I worked around it originally by deleting the parameters manually to recreate them, but this will allow us to continue to work programatically.How has this been tested?
Tested with local apply targeted at parameters.
Deployment Plan / Instructions
Deploy through CI
Checklist (check
x
in[ ]
of list items)Additional comments (if any)
{Please write here}