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

service/rds: Prevent ordering differences with enabled_cloudwatch_logs_exports arguments #15404

Merged
merged 2 commits into from
Sep 30, 2020

Commits on Sep 30, 2020

  1. service/rds: Prevent ordering differences with enabled_cloudwatch_log…

    …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)
    ```
    bflad committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    53684c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9e9211 View commit details
    Browse the repository at this point in the history