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

Changing the value of the parameter_group_name in aws_db_instance causes the RDS instance to be destroyed and recreated #1140

Closed
ColinHebert opened this issue Mar 6, 2015 · 3 comments

Comments

@ColinHebert
Copy link
Contributor

parameter_group_name should be a value that can be changed without destroying the database.

@phinze
Copy link
Contributor

phinze commented Mar 6, 2015

Yup totally. I think the first pass of the RDS resource just implemented the CreateDBInstance, DescribeDBInstance, and DeleteDBInstance API actions and marked all the parameters as ForceNew.

That was a good start, but now we need to circle around and catch the attributes that can be updated with ModifyDB*.

The relevant API endpoint for this issue will be http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyDBParameterGroup.html

@catsby
Copy link
Contributor

catsby commented Apr 1, 2015

Fixed in #1341

@ghost
Copy link

ghost commented May 3, 2020

I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants