hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.84k stars 9.19k forks source link

feat: Add support for `pod_identity_associations` argument for `aws_eks_addon` #39973

Closed bryantbiggs closed 1 week ago

bryantbiggs commented 2 weeks ago

Description

Relations

Closes #38357

References

Output from Acceptance Testing

make testacc TESTS=TestAccEKSAddon_podIdentityAssociation PKG=eks
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.2 test ./internal/service/eks/... -v -count 1 -parallel 20 -run='TestAccEKSAddon_podIdentityAssociation'  -timeout 360m
2024/10/31 13:36:47 Initializing Terraform AWS Provider...
=== RUN   TestAccEKSAddon_podIdentityAssociation
=== PAUSE TestAccEKSAddon_podIdentityAssociation
=== CONT  TestAccEKSAddon_podIdentityAssociation
--- PASS: TestAccEKSAddon_podIdentityAssociation (640.75s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/eks    646.152s
make testacc TESTS=TestAccEKSAddonDataSource_basic PKG=eks
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.2 test ./internal/service/eks/... -v -count 1 -parallel 20 -run='TestAccEKSAddonDataSource_basic'  -timeout 360m
2024/10/31 13:40:32 Initializing Terraform AWS Provider...
=== RUN   TestAccEKSAddonDataSource_basic
=== PAUSE TestAccEKSAddonDataSource_basic
=== CONT  TestAccEKSAddonDataSource_basic
--- PASS: TestAccEKSAddonDataSource_basic (734.58s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/eks    740.896s
github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

For Submitters

jar-b commented 1 week ago

Thanks for your contribution, @bryantbiggs! šŸ‘

github-actions[bot] commented 4 days ago

This functionality has been released in v5.75.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!