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/guardduty: Support GuardDuty Organizations #13034

Merged
merged 2 commits into from
Apr 30, 2020

Commits on Apr 27, 2020

  1. service/guardduty: Support GuardDuty Organizations

    Reference: #13005
    Reference: #13006
    
    Changes:
    
    ```
    FEATURES:
    
    * **New Resource:** `aws_guardduty_organization_admin_account`
    * **New Resource:** `aws_guardduty_organization_configuration`
    ```
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSGuardDuty (137.70s)
        --- PASS: TestAccAWSGuardDuty/Detector (58.97s)
            --- PASS: TestAccAWSGuardDuty/Detector/basic (41.45s)
            --- PASS: TestAccAWSGuardDuty/Detector/import (17.52s)
        --- PASS: TestAccAWSGuardDuty/OrganizationAdminAccount (31.74s)
            --- PASS: TestAccAWSGuardDuty/OrganizationAdminAccount/basic (31.74s)
        --- PASS: TestAccAWSGuardDuty/OrganizationConfiguration (46.99s)
            --- PASS: TestAccAWSGuardDuty/OrganizationConfiguration/basic (46.99s)
    ```
    bflad committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    6885fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. resource/aws_guardduty_organization_admin_account: Adjust for review …

    …comments
    
    Reference: #13034 (review)
    
    Output from acceptance testing:
    
    ```
        --- PASS: TestAccAWSGuardDuty/OrganizationAdminAccount (44.91s)
            --- PASS: TestAccAWSGuardDuty/OrganizationAdminAccount/basic (44.91s)
    ```
    bflad committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    1d049fe View commit details
    Browse the repository at this point in the history