-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Support greater than twenty db parameters #7364
Support greater than twenty db parameters #7364
Conversation
…d/terraform into support-greater-than-twenty-db-parameters
Cannot create a passing test for database parameters "innodb_file_per_table" and "binlog_format" It seems that these parameters can be created and tested successfully BUT after the "parameter group" has been destroyed, it then makes a "DescribeDBParameterGroups" call This fails with a 404 error...makes sense since the group does not exist Have very little understanding of how the test framework works, so am struggling to debug Currently commented out to have a passing test
Issues with certain key value database parameters Cannot create a passing test for database parameters innodb_file_per_table and binlog_format Have limited understanding of how the test framework works, so am struggling to debug The database key/value pairs are listed below "binlog_format" : value = "MIXED" |
@stack72 is there anything needed to be done on this to get this advanced at all? Would be good to get this in at some point as we've got a pretty awkward workaround to get more than 20 parameters changed. |
Hi @ParthaDutta Thanks so much here for continuing the awesome work that @ctiwald started! Just ran the tests and all looks good :)
|
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. |
Test to deal with creating and updating greater than 20 database parameters in AWS
Thanks to Christopher Tiwald for his work
https://github.com/hashicorp/terraform/pull/3082
Christopher can be found here
https://github.com/ctiwald