Skip to content

r/aws_iam_access_key : RI and List Support#47966

Merged
taruntej-a merged 15 commits into
mainfrom
f-list-resource-aws_iam_access_key
May 19, 2026
Merged

r/aws_iam_access_key : RI and List Support#47966
taruntej-a merged 15 commits into
mainfrom
f-list-resource-aws_iam_access_key

Conversation

@taruntej-a
Copy link
Copy Markdown
Contributor

@taruntej-a taruntej-a commented May 19, 2026

Description

Adds RI and List for aws_iam_access_key

AI Disclosure: An AI agent was used to apply these changes. All code has been reviewed by a human and I fully understand the scope of changes made.

Relations

Relates #47005
Closes #47250

Output from Acceptance Testing

make t K=iam T=TestAccIAMAccessKey_     
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 f-list-resource-aws_iam_access_key 🌿...
TF_ACC=1 go1.26.3 test ./internal/service/iam/... -v -count 1 -parallel 20 -run='TestAccIAMAccessKey_'  -timeout 360m -vet=off
2026/05/19 16:13:55 Creating Terraform AWS Provider (SDKv2-style)...
2026/05/19 16:13:55 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccIAMAccessKey_Identity_basic
=== PAUSE TestAccIAMAccessKey_Identity_basic
=== RUN   TestAccIAMAccessKey_Identity_ExistingResource_basic
=== PAUSE TestAccIAMAccessKey_Identity_ExistingResource_basic
=== RUN   TestAccIAMAccessKey_Identity_ExistingResource_noRefreshNoChange
=== PAUSE TestAccIAMAccessKey_Identity_ExistingResource_noRefreshNoChange
=== RUN   TestAccIAMAccessKey_List_basic
=== PAUSE TestAccIAMAccessKey_List_basic
=== RUN   TestAccIAMAccessKey_List_includeResource
=== PAUSE TestAccIAMAccessKey_List_includeResource
=== RUN   TestAccIAMAccessKey_basic
=== PAUSE TestAccIAMAccessKey_basic
=== RUN   TestAccIAMAccessKey_disappears
=== PAUSE TestAccIAMAccessKey_disappears
=== RUN   TestAccIAMAccessKey_encrypted
=== PAUSE TestAccIAMAccessKey_encrypted
=== RUN   TestAccIAMAccessKey_status
=== PAUSE TestAccIAMAccessKey_status
=== CONT  TestAccIAMAccessKey_Identity_basic
=== CONT  TestAccIAMAccessKey_basic
=== CONT  TestAccIAMAccessKey_List_basic
=== CONT  TestAccIAMAccessKey_List_includeResource
=== CONT  TestAccIAMAccessKey_Identity_ExistingResource_noRefreshNoChange
=== CONT  TestAccIAMAccessKey_encrypted
=== CONT  TestAccIAMAccessKey_status
=== CONT  TestAccIAMAccessKey_Identity_ExistingResource_basic
=== CONT  TestAccIAMAccessKey_disappears
--- PASS: TestAccIAMAccessKey_disappears (58.23s)
--- PASS: TestAccIAMAccessKey_List_basic (64.16s)
--- PASS: TestAccIAMAccessKey_List_includeResource (64.37s)
--- PASS: TestAccIAMAccessKey_encrypted (65.71s)
--- PASS: TestAccIAMAccessKey_basic (66.02s)
--- PASS: TestAccIAMAccessKey_Identity_basic (90.68s)
--- PASS: TestAccIAMAccessKey_status (115.23s)
--- PASS: TestAccIAMAccessKey_Identity_ExistingResource_basic (121.01s)
--- PASS: TestAccIAMAccessKey_Identity_ExistingResource_noRefreshNoChange (122.54s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/iam        132.040s

@taruntej-a taruntej-a self-assigned this May 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Community Guidelines

This comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀

Voting for Prioritization

  • Please vote on this Pull Request by adding a 👍 reaction to the original post to help the community and maintainers prioritize it.
  • Please see our prioritization guide for additional information on how the maintainers handle prioritization.
  • Please do not leave +1 or other comments that do not add relevant new information or questions; they generate extra noise for others following the Pull Request and do not help prioritize the request.

Pull Request Authors

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions Bot added documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/iam Issues and PRs that pertain to the iam service. generators Relates to code generators. prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. size/XL Managed by automation to categorize the size of a PR. labels May 19, 2026
@taruntej-a taruntej-a added rnd-ind-provider rnd-ind-provider resource-identity Pertains to resource identity. new-list-resource Introduces list resource support. labels May 19, 2026
@taruntej-a taruntej-a marked this pull request as ready for review May 19, 2026 11:01
@taruntej-a taruntej-a requested a review from a team as a code owner May 19, 2026 11:01
Comment thread internal/service/iam/access_key.go
Copy link
Copy Markdown
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

@taruntej-a taruntej-a merged commit efd03e3 into main May 19, 2026
73 checks passed
@taruntej-a taruntej-a deleted the f-list-resource-aws_iam_access_key branch May 19, 2026 13:00
@github-actions
Copy link
Copy Markdown
Contributor

Warning

This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

@github-actions github-actions Bot added this to the v6.46.0 milestone May 19, 2026
terraform-aws-provider Bot pushed a commit that referenced this pull request May 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This functionality has been released in v6.46.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions github-actions Bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Introduces or discusses updates to documentation. generators Relates to code generators. new-list-resource Introduces list resource support. resource-identity Pertains to resource identity. rnd-ind-provider rnd-ind-provider service/iam Issues and PRs that pertain to the iam service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

List: aws_iam_access_key

2 participants