-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Aurora rds #6570
Aurora rds #6570
Conversation
Hi @arcadiatea! Thanks for opening a pull request here! The actual resource added here looks great, but it seems we picked up a lot of stray line ending changes in unrelated dependencies, and a changelog entry which is traditionally made on master. Is there any chance you could adjust the commit to just contain the necessary changes to the AWS provider and force push it back to this branch so that we can merge? Thanks! |
I reverted the unrelated dependency change, most of them are result of gofmt. |
Hi @arcadiatea Please can you also remove the changelog differences as well? We usually add the changelog entry after merge to make sure there are no issues Thanks Paul |
I cleaned up the changes. How it looks now? |
Hi @arcadiatea The changes look good now. I just ran the tests to make sure all was well:
Please can you have a look at this? Paul |
Hi Paul Here is the example resource "aws_db_cluster_parameter_group" "default" { parameter { |
Hi @arcadiatea Thanks for clarifying here. Please can you update the PR with a test that works? Once we get this in place, we can proceed with the merge :) P. |
Hi, @stack72 |
@stack72 do you have chance to take look this? |
I chatted with Paul and this does look like mistaken duplicate work, so sorry! I think #6865 is still good though. Sorry for the trouble |
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. |
This is pull request to add aws rds db cluster parameter group function.
[GH-6568]