-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 zonal_shift_config
to EKS cluster
#39946
Conversation
Community NoteVoting for Prioritization
For Submitters
|
73b30b4
to
ba3c1bb
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=TestAccEKSCluster_
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='TestAccEKSCluster_' -timeout 360m
2024/10/31 11:06:58 Initializing Terraform AWS Provider...
=== NAME TestAccEKSCluster_Outpost_placement
cluster_test.go:894: skipping since no Outposts found
--- SKIP: TestAccEKSCluster_Outpost_placement (0.80s)
=== CONT TestAccEKSCluster_logging
=== NAME TestAccEKSCluster_Outpost_create
cluster_test.go:861: skipping since no Outposts found
--- SKIP: TestAccEKSCluster_Outpost_create (0.81s)
=== CONT TestAccEKSCluster_tags
--- PASS: TestAccEKSCluster_zonalShiftConfig (527.43s)
=== CONT TestAccEKSCluster_version
--- PASS: TestAccEKSCluster_VPC_securityGroupIDs (610.26s)
--- PASS: TestAccEKSCluster_tags (645.68s)
--- PASS: TestAccEKSCluster_disappears (684.88s)
--- PASS: TestAccEKSCluster_basic (696.13s)
--- PASS: TestAccEKSCluster_logging (697.26s)
--- PASS: TestAccEKSCluster_AccessConfig_create (701.35s)
--- PASS: TestAccEKSCluster_Encryption_create (716.07s)
--- PASS: TestAccEKSCluster_AccessConfig_update (720.54s)
--- PASS: TestAccEKSCluster_upgradePolicy (751.34s)
--- PASS: TestAccEKSCluster_BootstrapSelfManagedAddons_migrate (752.72s)
--- PASS: TestAccEKSCluster_VPC_publicAccessCIDRs (926.05s)
--- PASS: TestAccEKSCluster_VPC_endpointPublicAccess (1120.76s)
--- PASS: TestAccEKSCluster_Network_ipFamily (1189.37s)
--- PASS: TestAccEKSCluster_Encryption_versionUpdate (1221.98s)
--- PASS: TestAccEKSCluster_BootstrapSelfManagedAddons_update (1259.88s)
--- PASS: TestAccEKSCluster_Network_serviceIPv4CIDR (1378.35s)
--- PASS: TestAccEKSCluster_VPC_endpointPrivateAccess (1606.63s)
--- PASS: TestAccEKSCluster_Encryption_update (1616.18s)
--- PASS: TestAccEKSCluster_VPC_securityGroupIDsAndSubnetIDs_update (1638.46s)
--- PASS: TestAccEKSCluster_version (1237.57s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/eks 1771.492s
Thanks for your contribution, @bryantbiggs! 👍 |
This functionality has been released in v5.74.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! |
Description
zonal_shift_config
to EKS clusterRelations
Closes #39852
References
Output from Acceptance Testing