-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
feat: Add support for pod_identity_associations
argument for aws_eks_addon
#39973
feat: Add support for pod_identity_associations
argument for aws_eks_addon
#39973
Conversation
Community NoteVoting for Prioritization
For Submitters
|
dc5d6e2
to
673f41b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
% make testacc PKG=eks TESTS="TestAccEKSAddon_|TestAccEKSAddonDataSource_"
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_|TestAccEKSAddonDataSource_' -timeout 360m
2024/11/04 11:49:54 Initializing Terraform AWS Provider...
--- PASS: TestAccEKSAddon_disappears (506.66s)
--- PASS: TestAccEKSAddon_serviceAccountRoleARN (556.18s)
--- PASS: TestAccEKSAddon_preserve (597.77s)
--- PASS: TestAccEKSAddon_resolveConflicts (633.53s)
--- PASS: TestAccEKSAddon_Disappears_cluster (644.31s)
--- PASS: TestAccEKSAddon_basic (651.14s)
--- PASS: TestAccEKSAddonDataSource_configurationValues (665.82s)
--- PASS: TestAccEKSAddon_addonVersion (673.28s)
--- PASS: TestAccEKSAddon_tags (674.58s)
--- PASS: TestAccEKSAddon_configurationValues (676.50s)
--- PASS: TestAccEKSAddon_podIdentityAssociation (735.19s)
--- PASS: TestAccEKSAddon_deprecated (775.72s)
--- PASS: TestAccEKSAddonDataSource_basic (786.47s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/eks 792.798s
Thanks for your contribution, @bryantbiggs! 👍 |
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! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
pod_identity_associations
argument foraws_eks_addon
Relations
Closes #38357
References
Output from Acceptance Testing