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

r/aws_iam_group_policy_attachments_exclusive: new resource #39732

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. r/aws_iam_group_policy_attachments_exclusive: new resource

    This resource will allow practitioners to retain exclusive ownership of customer managed policy attachments to IAM groups via Terraform.
    
    ```console
    % make testacc PKG=iam TESTS=TestAccIAMGroupPolicyAttachmentsExclusive_
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.23.2 test ./internal/service/iam/... -v -count 1 -parallel 20 -run='TestAccIAMGroupPolicyAttachmentsExclusive_'  -timeout 360m
    2024/10/15 15:41:33 Initializing Terraform AWS Provider...
    
    --- PASS: TestAccIAMGroupPolicyAttachmentsExclusive_empty (14.72s)
    --- PASS: TestAccIAMGroupPolicyAttachmentsExclusive_disappears_Policy (15.88s)
    --- PASS: TestAccIAMGroupPolicyAttachmentsExclusive_disappears_Group (15.92s)
    --- PASS: TestAccIAMGroupPolicyAttachmentsExclusive_basic (16.48s)
    --- PASS: TestAccIAMGroupPolicyAttachmentsExclusive_outOfBandRemoval (23.58s)
    --- PASS: TestAccIAMGroupPolicyAttachmentsExclusive_outOfBandAddition (24.17s)
    --- PASS: TestAccIAMGroupPolicyAttachmentsExclusive_multiple (24.29s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/iam        30.887s
    ```
    jar-b committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ec9afbd View commit details
    Browse the repository at this point in the history