chore(deps): update terraform aws to v6.12.0 #56

Merged
renovate-bot merged 1 commit from renovate/aws-6.x into main 2025-09-04 19:07:08 +00:00
Member

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 6.11.0 -> 6.12.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.12.0

Compare Source

NOTES:

  • resource/aws_s3_bucket_acl: The access_control_policy.grant.grantee.display_name attribute is deprecated. AWS has ended support for this attribute. API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. (#​44090)
  • resource/aws_s3_bucket_acl: The access_control_policy.owner.display_name attribute is deprecated. AWS has ended support for this attribute. API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. (#​44090)
  • resource/aws_s3_bucket_logging: The target_grant.grantee.display_name attribute is deprecated. AWS has ended support for this attribute. API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. (#​44090)

FEATURES:

  • New Resource: aws_cognito_managed_login_branding (#​43817)

ENHANCEMENTS:

  • data-source/aws_efs_mount_target: Add ip_address_type and ipv6_address attributes (#​44079)
  • data-source/aws_instance: Add placement_group_id attribute (#​38527)
  • data-source/aws_lambda_function: Add source_kms_key_arn attribute (#​44080)
  • data-source/aws_launch_template: Add placement.group_id attribute (#​44097)
  • provider: Support ap-southeast-6 as a valid AWS Region (#​44127)
  • resource/aws_ecs_service: Remove Terraform default for availability_zone_rebalancing and change the attribute to Optional and Computed. This allow ECS to default to ENABLED for new resources compatible with AvailabilityZoneRebalancing and maintain an existing service's availability_zone_rebalancing value during update when not configured. If an existing service never had an availability_zone_rebalancing value configured and is updated, ECS will treat this as DISABLED (#​43241)
  • resource/aws_efs_mount_target: Add ip_address_type and ipv6_address arguments to support IPv6 connectivity (#​44079)
  • resource/aws_fsx_openzfs_file_system: Remove maximum items limit on the user_and_group_quotas argument (#​44120)
  • resource/aws_fsx_openzfs_volume: Remove maximum items limit on the user_and_group_quotas argument (#​44118)
  • resource/aws_instance: Add placement_group_id argument (#​38527)
  • resource/aws_instance: Add resource identity support (#​44068)
  • resource/aws_lambda_function: Add source_kms_key_arn argument (#​44080)
  • resource/aws_launch_template: Add placement.group_id argument (#​44097)
  • resource/aws_ssm_association: Add resource identity support (#​44075)
  • resource/aws_ssm_document: Add resource identity support (#​44075)
  • resource/aws_ssm_maintenance_window: Add resource identity support (#​44075)
  • resource/aws_ssm_maintenance_window_target: Add resource identity support (#​44075)
  • resource/aws_ssm_maintenance_window_task: Add resource identity support (#​44075)
  • resource/aws_ssm_patch_baseline: Add resource identity support (#​44075)
  • resource/aws_synthetics_canary: Add run_config.ephemeral_storage argument. (#​44105)

BUG FIXES:

  • resource/aws_s3tables_table_policy: Remove plan-time validation of name and namespace (#​44072)
  • resource/aws_servicecatalog_provisioned_product: Set provisioning_parameters and provisioning_artifact_id to the values from the last successful deployment when update fails (#​43956)
  • resource/aws_wafv2_web_acl: Fix performance of update when the WebACL has a large number of rules (#​42740)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://github.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `6.11.0` -> `6.12.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.12.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6120-September-4-2025) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v6.11.0...v6.12.0) NOTES: - resource/aws\_s3\_bucket\_acl: The `access_control_policy.grant.grantee.display_name` attribute is deprecated. AWS has [ended support for this attribute](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Grantee.html). API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. ([#&#8203;44090](https://github.com/hashicorp/terraform-provider-aws/issues/44090)) - resource/aws\_s3\_bucket\_acl: The `access_control_policy.owner.display_name` attribute is deprecated. AWS has [ended support for this attribute](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Owner.html). API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. ([#&#8203;44090](https://github.com/hashicorp/terraform-provider-aws/issues/44090)) - resource/aws\_s3\_bucket\_logging: The `target_grant.grantee.display_name` attribute is deprecated. AWS has [ended support for this attribute](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Grantee.html). API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. ([#&#8203;44090](https://github.com/hashicorp/terraform-provider-aws/issues/44090)) FEATURES: - **New Resource:** `aws_cognito_managed_login_branding` ([#&#8203;43817](https://github.com/hashicorp/terraform-provider-aws/issues/43817)) ENHANCEMENTS: - data-source/aws\_efs\_mount\_target: Add `ip_address_type` and `ipv6_address` attributes ([#&#8203;44079](https://github.com/hashicorp/terraform-provider-aws/issues/44079)) - data-source/aws\_instance: Add `placement_group_id` attribute ([#&#8203;38527](https://github.com/hashicorp/terraform-provider-aws/issues/38527)) - data-source/aws\_lambda\_function: Add `source_kms_key_arn` attribute ([#&#8203;44080](https://github.com/hashicorp/terraform-provider-aws/issues/44080)) - data-source/aws\_launch\_template: Add `placement.group_id` attribute ([#&#8203;44097](https://github.com/hashicorp/terraform-provider-aws/issues/44097)) - provider: Support `ap-southeast-6` as a valid AWS Region ([#&#8203;44127](https://github.com/hashicorp/terraform-provider-aws/issues/44127)) - resource/aws\_ecs\_service: Remove Terraform default for `availability_zone_rebalancing` and change the attribute to Optional and Computed. This allow ECS to default to `ENABLED` for new resources compatible with *AvailabilityZoneRebalancing* and maintain an existing service's `availability_zone_rebalancing` value during update when not configured. If an existing service never had an `availability_zone_rebalancing` value configured and is updated, ECS will treat this as `DISABLED` ([#&#8203;43241](https://github.com/hashicorp/terraform-provider-aws/issues/43241)) - resource/aws\_efs\_mount\_target: Add `ip_address_type` and `ipv6_address` arguments to support IPv6 connectivity ([#&#8203;44079](https://github.com/hashicorp/terraform-provider-aws/issues/44079)) - resource/aws\_fsx\_openzfs\_file\_system: Remove maximum items limit on the `user_and_group_quotas` argument ([#&#8203;44120](https://github.com/hashicorp/terraform-provider-aws/issues/44120)) - resource/aws\_fsx\_openzfs\_volume: Remove maximum items limit on the `user_and_group_quotas` argument ([#&#8203;44118](https://github.com/hashicorp/terraform-provider-aws/issues/44118)) - resource/aws\_instance: Add `placement_group_id` argument ([#&#8203;38527](https://github.com/hashicorp/terraform-provider-aws/issues/38527)) - resource/aws\_instance: Add resource identity support ([#&#8203;44068](https://github.com/hashicorp/terraform-provider-aws/issues/44068)) - resource/aws\_lambda\_function: Add `source_kms_key_arn` argument ([#&#8203;44080](https://github.com/hashicorp/terraform-provider-aws/issues/44080)) - resource/aws\_launch\_template: Add `placement.group_id` argument ([#&#8203;44097](https://github.com/hashicorp/terraform-provider-aws/issues/44097)) - resource/aws\_ssm\_association: Add resource identity support ([#&#8203;44075](https://github.com/hashicorp/terraform-provider-aws/issues/44075)) - resource/aws\_ssm\_document: Add resource identity support ([#&#8203;44075](https://github.com/hashicorp/terraform-provider-aws/issues/44075)) - resource/aws\_ssm\_maintenance\_window: Add resource identity support ([#&#8203;44075](https://github.com/hashicorp/terraform-provider-aws/issues/44075)) - resource/aws\_ssm\_maintenance\_window\_target: Add resource identity support ([#&#8203;44075](https://github.com/hashicorp/terraform-provider-aws/issues/44075)) - resource/aws\_ssm\_maintenance\_window\_task: Add resource identity support ([#&#8203;44075](https://github.com/hashicorp/terraform-provider-aws/issues/44075)) - resource/aws\_ssm\_patch\_baseline: Add resource identity support ([#&#8203;44075](https://github.com/hashicorp/terraform-provider-aws/issues/44075)) - resource/aws\_synthetics\_canary: Add `run_config.ephemeral_storage` argument. ([#&#8203;44105](https://github.com/hashicorp/terraform-provider-aws/issues/44105)) BUG FIXES: - resource/aws\_s3tables\_table\_policy: Remove plan-time validation of `name` and `namespace` ([#&#8203;44072](https://github.com/hashicorp/terraform-provider-aws/issues/44072)) - resource/aws\_servicecatalog\_provisioned\_product: Set `provisioning_parameters` and `provisioning_artifact_id` to the values from the last successful deployment when update fails ([#&#8203;43956](https://github.com/hashicorp/terraform-provider-aws/issues/43956)) - resource/aws\_wafv2\_web\_acl: Fix performance of update when the WebACL has a large number of rules ([#&#8203;42740](https://github.com/hashicorp/terraform-provider-aws/issues/42740)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45My4zIiwidXBkYXRlZEluVmVyIjoiNDEuOTMuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-09-04 19:07:07 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
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: infrastructure/tf-template#56
No description provided.