Skip to content

Conversation

@ab-cs13
Copy link

@ab-cs13 ab-cs13 commented Sep 25, 2025

sync the fork with HashiCorp main branch

ab-cs13 and others added 30 commits August 9, 2025 22:03
disabled

Error: updating EKS Cluster (tf-acc-test-4542960997365135908) compute config: operation error EKS: UpdateClusterConfig, https response error StatusCode: 400, RequestID: 96e8e0d8-e66e-4bc0-a20b-aca0b88079e5, InvalidRequestException: No changes needed for EKS Auto Mode configuration provided

Signed-off-by: Bryant Biggs <[email protected]>
johnsonaj and others added 27 commits September 24, 2025 14:46
… still remains in the path: could not find attribute or block "arn" in schema` errors when upgrading from a pre-v6.0.0 provider version.
```console
% make t K=s3control T=TestAccS3ControlBucket_Identity
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 f-ri-s3control 🌿...
TF_ACC=1 go1.24.6 test ./internal/service/s3control/... -v -count 1 -parallel 20 -run='TestAccS3ControlBucket_Identity'  -timeout 360m -vet=off
2025/09/24 15:12:07 Creating Terraform AWS Provider (SDKv2-style)...
2025/09/24 15:12:07 Initializing Terraform AWS Provider (SDKv2-style)...

=== NAME  TestAccS3ControlBucket_Identity_RegionOverride
    bucket_identity_gen_test.go:122: skipping since no Outposts found
--- SKIP: TestAccS3ControlBucket_Identity_RegionOverride (0.90s)
=== NAME  TestAccS3ControlBucket_Identity_ExistingResource
    bucket_identity_gen_test.go:246: skipping since no Outposts found
--- SKIP: TestAccS3ControlBucket_Identity_ExistingResource (0.90s)
=== NAME  TestAccS3ControlBucket_Identity_Basic
    bucket_identity_gen_test.go:34: skipping since no Outposts found
--- SKIP: TestAccS3ControlBucket_Identity_Basic (0.90s)
=== NAME  TestAccS3ControlBucket_Identity_ExistingResource_NoRefresh_NoChange
    bucket_identity_gen_test.go:304: skipping since no Outposts found
--- SKIP: TestAccS3ControlBucket_Identity_ExistingResource_NoRefresh_NoChange (0.95s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/s3control  7.658s
```
…icorp#44365)

* r/aws_connect_phone_number: add resource identity

➜ terraform-provider-aws (f-ri-connect-phone-number) ✗ make testacc PKG=connect TESTS=TestAccConnectPhoneNumber_
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 f-ri-connect-phone-number 🌿...
TF_ACC=1 go1.24.6 test ./internal/service/connect/... -v -count 1 -parallel 20 -run='TestAccConnectPhoneNumber_'  -timeout 360m -vet=off
2025/09/19 11:12:21 Creating Terraform AWS Provider (SDKv2-style)...
2025/09/19 11:12:21 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccConnectPhoneNumber_Identity_Basic
=== PAUSE TestAccConnectPhoneNumber_Identity_Basic
=== RUN   TestAccConnectPhoneNumber_Identity_RegionOverride
=== PAUSE TestAccConnectPhoneNumber_Identity_RegionOverride
=== RUN   TestAccConnectPhoneNumber_Identity_ExistingResource
=== PAUSE TestAccConnectPhoneNumber_Identity_ExistingResource
=== CONT  TestAccConnectPhoneNumber_Identity_Basic
=== CONT  TestAccConnectPhoneNumber_Identity_ExistingResource
=== CONT  TestAccConnectPhoneNumber_Identity_RegionOverride
--- PASS: TestAccConnectPhoneNumber_Identity_RegionOverride (115.97s)
--- PASS: TestAccConnectPhoneNumber_Identity_Basic (119.83s)
--- PASS: TestAccConnectPhoneNumber_Identity_ExistingResource (133.68s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/connect	138.903s

* Add changelog

* Fix: Documentation markdown
…p#44346)

* r/aws_connect_instance: add resource identity

➜ terraform-provider-aws (main) ✗ make testacc PKG=connect TESTS=TestAccConnectInstance_
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
make: Running acceptance tests on branch: 🌿 main 🌿...
TF_ACC=1 go1.24.6 test ./internal/service/connect/... -v -count 1 -parallel 20 -run='TestAccConnectInstance_'  -timeout 360m -vet=off
2025/09/17 14:10:15 Creating Terraform AWS Provider (SDKv2-style)...
2025/09/17 14:10:15 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccConnectInstance_Identity_Basic
=== PAUSE TestAccConnectInstance_Identity_Basic
=== RUN   TestAccConnectInstance_Identity_RegionOverride
=== PAUSE TestAccConnectInstance_Identity_RegionOverride
=== RUN   TestAccConnectInstance_Identity_ExistingResource
=== PAUSE TestAccConnectInstance_Identity_ExistingResource
=== CONT  TestAccConnectInstance_Identity_Basic
=== CONT  TestAccConnectInstance_Identity_ExistingResource
=== CONT  TestAccConnectInstance_Identity_RegionOverride
--- PASS: TestAccConnectInstance_Identity_RegionOverride (139.71s)
--- PASS: TestAccConnectInstance_Identity_Basic (146.75s)
--- PASS: TestAccConnectInstance_Identity_ExistingResource (165.09s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/connect	169.730s

* Update import documentation

* Add changelog

* Updated for v6.14.0
Add ARN based resource identity to SFN resources
…ta-source

Db server data source and db servers list data source
…ig_application-new-datasource

Adds data source for appconfig application
…-disable

fix: Allow EKS Auto Mode settings to be enabled, disabled, and removed from the configuration
Add ARN based resource identity to aws_s3control_bucket
…lth_check-fix_to_accept_zero_threshold

[bugfix] r/aws_route53_health_check: Fix `child_health_threshold` to accept explicit zero value
…verycontrolconfig_cluster-add_network_type

[Enhancement] aws_route53recoverycontrolconfig_cluster: Add `network_type` argument to support dualstack
…sioned_model_throughput-v6-upgrade

r/aws_bedrock_provisioned_model_throughput: Fix upgrade from a pre-v6.0.0 provider version
Go-VCR: Enable support for small services (Part 1)
@github-actions
Copy link

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.

@ab-cs13 ab-cs13 merged commit ef58cb3 into main Sep 25, 2025
14 of 18 checks passed
@github-actions
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.