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

resource/aws_organizations_organization: Support managing AWS service access principals and refactor testing #6581

Merged

Commits on Nov 26, 2018

  1. tests/resource/aws_organizations_organization: Refactor and enhance e…

    …xisting testing
    
    Changes:
    * tests/resource/aws_organizations_organization: Perform stricter attribute checking
    * tests/resource/aws_organizations_organization: Perform import testing in all acceptance tests
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSOrganizations (26.87s)
        --- PASS: TestAccAWSOrganizations/Organization (26.87s)
            --- PASS: TestAccAWSOrganizations/Organization/basic (12.68s)
            --- PASS: TestAccAWSOrganizations/Organization/FeatureSet (14.18s)
    ```
    bflad committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    4841f38 View commit details
    Browse the repository at this point in the history
  2. resource/aws_organizations_organization: Support managing AWS service…

    … access principals
    
    Changes:
    * resource/aws_organizations_organization: Add `aws_service_access_principals` argument
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSOrganizations (58.72s)
        --- PASS: TestAccAWSOrganizations/Organization (58.72s)
            --- PASS: TestAccAWSOrganizations/Organization/basic (16.86s)
            --- PASS: TestAccAWSOrganizations/Organization/AwsServiceAccessPrincipals (29.94s)
            --- PASS: TestAccAWSOrganizations/Organization/FeatureSet (11.93s)
    ```
    bflad committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    1e33be8 View commit details
    Browse the repository at this point in the history