Skip to content
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

Add create_before_destroy to parameter group #30

Merged
merged 1 commit into from
Dec 8, 2017

Conversation

dpiddockcmp
Copy link
Contributor

aws_db_parameter_group (or AWS?) does not support removing previously
defined parameters.

I thought I'd give "taint" a spin and force the parameter group to be
recreated. terraform tried to delete the parameter group but failed as
it's still in use.

This change allows terraform to migrate the RDS instance to the new
parameter group before destroying the old.

aws_db_parameter_group (or AWS?) does not support removing previously
defined parameters.

I thought I'd give "taint" a spin and force the parameter group to be
recreated.  terraform tried to delete the parameter group but failed as
it's still in use.

This change allows terraform to migrate the RDS instance to the new
parameter group before destroying the old.
@antonbabenko antonbabenko merged commit f2245e3 into terraform-aws-modules:master Dec 8, 2017
@antonbabenko
Copy link
Member

Thanks, v1.6.0 is released.

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants