-
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
service/rds: Prevent ordering differences with enabled_cloudwatch_logs_exports arguments #15404
Conversation
…s_exports arguments Reference: #6799 Changes: ``` * resource/aws_db_instance: Prevent ordering differences with `enabled_cloudwatch_logs_exports` argument * resource/aws_rds_cluster: Prevent ordering differences with `enabled_cloudwatch_logs_exports` argument ``` Output from acceptance testing: ``` --- PASS: TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Postgresql (552.53s) --- PASS: TestAccAWSDBInstance_EnabledCloudwatchLogsExports_MSSQL (742.59s) --- PASS: TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Oracle (805.86s) --- PASS: TestAccAWSDBInstance_EnabledCloudwatchLogsExports_MySQL (828.42s) --- PASS: TestAccAWSRDSCluster_EnabledCloudwatchLogsExports_Postgresql (133.14s) --- PASS: TestAccAWSRDSCluster_EnabledCloudwatchLogsExports_MySQL (243.49s) ```
2d8675b
to
53684c4
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.
Nice, LGTM 👍
Output of relevant acceptance tests:
--- PASS: TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Postgresql (510.27s)
--- PASS: TestAccAWSDBInstance_EnabledCloudwatchLogsExports_MSSQL (711.95s)
--- PASS: TestAccAWSDBInstance_EnabledCloudwatchLogsExports_MySQL (903.07s)
--- PASS: TestAccAWSDBInstance_EnabledCloudwatchLogsExports_Oracle (904.09s)
--- PASS: TestAccAWSRDSCluster_EnabledCloudwatchLogsExports_Postgresql (126.92s)
--- PASS: TestAccAWSRDSCluster_EnabledCloudwatchLogsExports_MySQL (208.10s)
Edit: in the documentation the list
is used for this argument, we could change it to set
if this change puts some confusion on a user but in general I don't see use of set
in many places.
That is a good catch, will fix that on merge. 👍 |
This has been released in version 3.9.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 #6799
Closes #11208
Release note for CHANGELOG:
Output from acceptance testing: