chore(deps): update terraform aws to ~> 6.66.0 #2

Merged
alex merged 1 commit from renovate/all-non-major-dependencies into master 2026-09-21 23:49:31 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor ~> 6.65.0~> 6.66.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.66.0

Compare Source

NOTES:

  • resource/aws_iam_openid_connect_provider: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#​50024)

FEATURES:

  • New List Resource: aws_efs_mount_target (#​50057)
  • New List Resource: aws_iam_openid_connect_provider (#​50024)
  • New Resource: aws_msk_channel (#​49266)

ENHANCEMENTS:

  • data-source/aws_ecs_service: Add target_type and timeout_configuration attributes to the lifecycle_hook block. (#​48128)
  • resource/aws_bedrockagentcore_api_key_credential_provider: Add Resource Identity support (#​48629)
  • resource/aws_bedrockagentcore_api_key_credential_provider: Add api_key_secret_source argument and api_key_secret_config configuration block to support customer-managed AWS Secrets Manager secrets (#​48629)
  • resource/aws_ecs_service: Add target_type and timeout_configuration arguments to the lifecycle_hook configuration block to support ECS PAUSE deployment hooks. hook_target_arn and role_arn are now Optional (still required for AWS_LAMBDA hooks). (#​48128)
  • resource/aws_efs_access_point: Add Resource Identity support (#​50026)
  • resource/aws_efs_backup_policy: Add Resource Identity support (#​50026)
  • resource/aws_efs_file_system: Add Resource Identity support (#​50026)
  • resource/aws_efs_file_system_policy: Add Resource Identity support (#​50026)
  • resource/aws_efs_mount_target: Add Resource Identity support (#​50026)
  • resource/aws_efs_replication_configuration: Add Resource Identity support (#​50026)

BUG FIXES:

  • list-resource/aws_rds_cluster_instance: Cache cluster using the DBClusterIdentifier as the key (#​50040)
  • resource/aws_pipes_pipe: Fix source_parameters.self_managed_kafka_parameters.server_root_ca_certificate being sent to the API as an empty string instead of being omitted, which caused UpdatePipe to fail with a ValidationException when the attribute was unset (#​40116)
  • resource/aws_redshiftserverless_workgroup: Filter server-only config_parameter entries from state and allow newly returned config parameter keys without a provider update (#​49939)

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "before 5am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws](https://search.opentofu.org/provider/hashicorp/aws) ([source](https://github.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `~> 6.65.0` → `~> 6.66.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.66.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6660-September-21-2026) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v6.65.0...v6.66.0) NOTES: - resource/aws\_iam\_openid\_connect\_provider: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing ([#&#8203;50024](https://github.com/hashicorp/terraform-provider-aws/issues/50024)) FEATURES: - **New List Resource:** `aws_efs_mount_target` ([#&#8203;50057](https://github.com/hashicorp/terraform-provider-aws/issues/50057)) - **New List Resource:** `aws_iam_openid_connect_provider` ([#&#8203;50024](https://github.com/hashicorp/terraform-provider-aws/issues/50024)) - **New Resource:** `aws_msk_channel` ([#&#8203;49266](https://github.com/hashicorp/terraform-provider-aws/issues/49266)) ENHANCEMENTS: - data-source/aws\_ecs\_service: Add `target_type` and `timeout_configuration` attributes to the `lifecycle_hook` block. ([#&#8203;48128](https://github.com/hashicorp/terraform-provider-aws/issues/48128)) - resource/aws\_bedrockagentcore\_api\_key\_credential\_provider: Add Resource Identity support ([#&#8203;48629](https://github.com/hashicorp/terraform-provider-aws/issues/48629)) - resource/aws\_bedrockagentcore\_api\_key\_credential\_provider: Add `api_key_secret_source` argument and `api_key_secret_config` configuration block to support customer-managed AWS Secrets Manager secrets ([#&#8203;48629](https://github.com/hashicorp/terraform-provider-aws/issues/48629)) - resource/aws\_ecs\_service: Add `target_type` and `timeout_configuration` arguments to the `lifecycle_hook` configuration block to support ECS `PAUSE` deployment hooks. `hook_target_arn` and `role_arn` are now Optional (still required for `AWS_LAMBDA` hooks). ([#&#8203;48128](https://github.com/hashicorp/terraform-provider-aws/issues/48128)) - resource/aws\_efs\_access\_point: Add Resource Identity support ([#&#8203;50026](https://github.com/hashicorp/terraform-provider-aws/issues/50026)) - resource/aws\_efs\_backup\_policy: Add Resource Identity support ([#&#8203;50026](https://github.com/hashicorp/terraform-provider-aws/issues/50026)) - resource/aws\_efs\_file\_system: Add Resource Identity support ([#&#8203;50026](https://github.com/hashicorp/terraform-provider-aws/issues/50026)) - resource/aws\_efs\_file\_system\_policy: Add Resource Identity support ([#&#8203;50026](https://github.com/hashicorp/terraform-provider-aws/issues/50026)) - resource/aws\_efs\_mount\_target: Add Resource Identity support ([#&#8203;50026](https://github.com/hashicorp/terraform-provider-aws/issues/50026)) - resource/aws\_efs\_replication\_configuration: Add Resource Identity support ([#&#8203;50026](https://github.com/hashicorp/terraform-provider-aws/issues/50026)) BUG FIXES: - list-resource/aws\_rds\_cluster\_instance: Cache cluster using the DBClusterIdentifier as the key ([#&#8203;50040](https://github.com/hashicorp/terraform-provider-aws/issues/50040)) - resource/aws\_pipes\_pipe: Fix `source_parameters.self_managed_kafka_parameters.server_root_ca_certificate` being sent to the API as an empty string instead of being omitted, which caused `UpdatePipe` to fail with a `ValidationException` when the attribute was unset ([#&#8203;40116](https://github.com/hashicorp/terraform-provider-aws/issues/40116)) - resource/aws\_redshiftserverless\_workgroup: Filter server-only `config_parameter` entries from state and allow newly returned config parameter keys without a provider update ([#&#8203;49939](https://github.com/hashicorp/terraform-provider-aws/issues/49939)) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - "before 5am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC44Mi4wIiwidXBkYXRlZEluVmVyIjoiNDQuODIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
alex merged commit 671d25b433 into master 2026-09-21 23:49:31 +00:00
alex deleted branch renovate/all-non-major-dependencies 2026-09-21 23:49:31 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
alex/aws-ec2-vpn!2
No description provided.