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_user_policies_exclusive: new resource #39544

Merged
merged 1 commit into from
Oct 2, 2024

Commits on Oct 1, 2024

  1. r/aws_iam_user_policies_exclusive: new resource

    This resource will enable exclusive management of IAM user policy
    attachments via Terraform.
    
    ```console
    % make testacc PKG=iam TESTS=TestAccIAMUserPoliciesExclusive_
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.23.1 test ./internal/service/iam/... -v -count 1 -parallel 20 -run='TestAccIAMUserPoliciesExclusive_'  -timeout 360m
    
    --- PASS: TestAccIAMUserPoliciesExclusive_empty (14.20s)
    --- PASS: TestAccIAMUserPoliciesExclusive_disappears_User (14.87s)
    --- PASS: TestAccIAMUserPoliciesExclusive_basic (16.78s)
    --- PASS: TestAccIAMUserPoliciesExclusive_outOfBandRemoval (23.39s)
    --- PASS: TestAccIAMUserPoliciesExclusive_outOfBandAddition (23.42s)
    --- PASS: TestAccIAMUserPoliciesExclusive_multiple (25.27s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/iam        32.023s
    ```
    jar-b committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8106f15 View commit details
    Browse the repository at this point in the history