-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 StateFunc to store values in lower case #17909
Conversation
3193eaa
to
a72bba1
Compare
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.
Looks great! 🎉
It seems like something that should be handleable by docs but this saves people from themselves. We probably all need a bit of that!
Acceptance tests (GovCloud):
--- PASS: TestAccAWSDBParameterGroup_Disappears (17.90s)
--- PASS: TestAccAWSDBParameterGroup_generatedName (22.09s)
--- PASS: TestAccAWSDBParameterGroup_namePrefix (22.11s)
--- PASS: TestAccAWSDBParameterGroup_caseWithMixedParameters (22.44s)
--- PASS: TestAccAWSDBParameterGroup_Only (22.60s)
--- PASS: TestAccAWSDBParameterGroup_withApplyMethod (25.61s)
--- PASS: TestAccAWSDBParameterGroup_MatchDefault (29.21s)
--- PASS: TestAccAWSDBParameterGroup_updateParameters (43.58s)
--- PASS: TestAccAWSDBParameterGroup_limit (50.24s)
--- PASS: TestAccAWSDBParameterGroup_basic (62.01s)
Tests on commercial:
--- PASS: TestAccAWSDBParameterGroup_Disappears (15.04s)
--- PASS: TestAccAWSDBParameterGroup_generatedName (18.57s)
--- PASS: TestAccAWSDBParameterGroup_namePrefix (18.62s)
--- PASS: TestAccAWSDBParameterGroup_MatchDefault (21.30s)
--- PASS: TestAccAWSDBParameterGroup_Only (22.51s)
--- PASS: TestAccAWSDBParameterGroup_withApplyMethod (23.82s)
--- PASS: TestAccAWSDBParameterGroup_caseWithMixedParameters (31.54s)
--- PASS: TestAccAWSDBParameterGroup_limit (45.56s)
--- PASS: TestAccAWSDBParameterGroup_updateParameters (47.52s)
--- PASS: TestAccAWSDBParameterGroup_basic (57.63s)
Co-authored-by: Dirk Avery <[email protected]>
This has been released in version 3.33.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #15583
Output from acceptance testing: