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 `zonal_shift_config` to EKS cluster #39946

Closed bryantbiggs closed 2 weeks ago

bryantbiggs commented 2 weeks ago

Description

Relations

Closes #39852

References

Output from Acceptance Testing

make testacc TESTS=TestAccEKSClusterDataSource_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='TestAccEKSClusterDataSource_basic'  -timeout 360m
2024/10/30 10:28:37 Initializing Terraform AWS Provider...
=== RUN   TestAccEKSClusterDataSource_basic
=== PAUSE TestAccEKSClusterDataSource_basic
=== CONT  TestAccEKSClusterDataSource_basic
--- PASS: TestAccEKSClusterDataSource_basic (833.23s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/eks    838.630s
make testacc TESTS=TestAccEKSCluster_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='TestAccEKSCluster_basic'  -timeout 360m
2024/10/30 10:54:34 Initializing Terraform AWS Provider...
=== RUN   TestAccEKSCluster_basic
=== PAUSE TestAccEKSCluster_basic
=== CONT  TestAccEKSCluster_basic
--- PASS: TestAccEKSCluster_basic (762.79s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/eks    768.025s
make testacc TESTS=TestAccEKSCluster_zonalShiftConfig 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='TestAccEKSCluster_zonalShiftConfig'  -timeout 360m
2024/10/30 11:10:20 Initializing Terraform AWS Provider...
=== RUN   TestAccEKSCluster_zonalShiftConfig
=== PAUSE TestAccEKSCluster_zonalShiftConfig
=== CONT  TestAccEKSCluster_zonalShiftConfig
--- PASS: TestAccEKSCluster_zonalShiftConfig (776.15s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/eks    781.471s
github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

For Submitters

jar-b commented 2 weeks ago

Thanks for your contribution, @bryantbiggs! 👍

github-actions[bot] commented 2 weeks ago

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!