chore(deps): update terraform aws to v6.25.0 #77

Merged
renovate-bot merged 1 commit from renovate/aws-6.x into main 2025-12-04 22:06:16 +00:00
Member

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 6.24.0 -> 6.25.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.25.0

Compare Source

FEATURES:

  • New Resource: aws_cloudwatch_log_transformer (#​44300)
  • New Resource: aws_eks_capability (#​45326)

ENHANCEMENTS:

  • data-source/aws_backup_plan: Add rule.scan_action and scan_setting attributes (#​45392)
  • data-source/aws_cloudwatch_log_group: Add deletion_protection_enabled attribute (#​45298)
  • data-source/aws_ec2_transit_gateway: Add encryption_support attribute (#​45317)
  • data-source/aws_lambda_function: Add durable_config attribute (#​45359)
  • data-source/aws_lb: Add health_check_logs attribute (#​45269)
  • data-source/aws_lb_target_group: Add target_control_port attribute (#​45270)
  • data-source/aws_route53_zone: Add enable_accelerated_recovery attribute (#​45302)
  • data-source/aws_transfer_connector: Add egress_config attribute to expose VPC Lattice connectivity configuration (#​45314)
  • data-source/aws_workspaces_directory: Add tenancy attribute (#​43134)
  • resource/aws_api_gateway_integration: Add integration_target argument (#​45311)
  • resource/aws_api_gateway_integration: Add response_transfer_mode argument (#​45329)
  • resource/aws_athena_workgroup: Add configuration.managed_query_results_configuration block (#​44273)
  • resource/aws_backup_plan: Support malware scanning by adding rule.scan_action and scan_setting configuration blocks (#​45392)
  • resource/aws_bedrockagentcore_gateway: Add interceptor_configuration argument (#​45344)
  • resource/aws_cloudwatch_log_group: Add deletion_protection_enabled argument (#​45298)
  • resource/aws_ec2_transit_gateway: Add encryption_support argument (#​45317)
  • resource/aws_flow_log: Add regional_nat_gateway_id argument (#​45380)
  • resource/aws_kms_ciphertext: Add plaintext_wo and plaintext_wo_version arguments to support write-only input (#​43592)
  • resource/aws_lambda_function: Add durable_config argument (#​45359)
  • resource/aws_lb: Add health_check_logs configuration block (#​45269)
  • resource/aws_lb_target_group: Add target_control_port argument to support the ALB Target Optimizer (#​45270)
  • resource/aws_rolesanywhere_profile: Add accept_role_session_name argument (#​45391)
  • resource/aws_rolesanywhere_profile: Add plan-time validation of managed_policy_arns and role_arns (#​45391)
  • resource/aws_route53_zone: Add enable_accelerated_recovery argument (#​45302)
  • resource/aws_ssm_association: Add calendar_names argument (#​45363)
  • resource/aws_transfer_connector: Add egress_config argument to support VPC Lattice connectivity for SFTP connectors (#​45314)
  • resource/aws_transfer_connector: Make url argument optional to support VPC Lattice connectors (#​45314)
  • resource/aws_workspaces_directory: Add tenancy argument (#​43134)

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.24.0` -> `6.25.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.25.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6250-December-4-2025) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v6.24.0...v6.25.0) FEATURES: - **New Resource:** `aws_cloudwatch_log_transformer` ([#&#8203;44300](https://github.com/hashicorp/terraform-provider-aws/issues/44300)) - **New Resource:** `aws_eks_capability` ([#&#8203;45326](https://github.com/hashicorp/terraform-provider-aws/issues/45326)) ENHANCEMENTS: - data-source/aws\_backup\_plan: Add `rule.scan_action` and `scan_setting` attributes ([#&#8203;45392](https://github.com/hashicorp/terraform-provider-aws/issues/45392)) - data-source/aws\_cloudwatch\_log\_group: Add `deletion_protection_enabled` attribute ([#&#8203;45298](https://github.com/hashicorp/terraform-provider-aws/issues/45298)) - data-source/aws\_ec2\_transit\_gateway: Add `encryption_support` attribute ([#&#8203;45317](https://github.com/hashicorp/terraform-provider-aws/issues/45317)) - data-source/aws\_lambda\_function: Add `durable_config` attribute ([#&#8203;45359](https://github.com/hashicorp/terraform-provider-aws/issues/45359)) - data-source/aws\_lb: Add `health_check_logs` attribute ([#&#8203;45269](https://github.com/hashicorp/terraform-provider-aws/issues/45269)) - data-source/aws\_lb\_target\_group: Add `target_control_port` attribute ([#&#8203;45270](https://github.com/hashicorp/terraform-provider-aws/issues/45270)) - data-source/aws\_route53\_zone: Add `enable_accelerated_recovery` attribute ([#&#8203;45302](https://github.com/hashicorp/terraform-provider-aws/issues/45302)) - data-source/aws\_transfer\_connector: Add `egress_config` attribute to expose VPC Lattice connectivity configuration ([#&#8203;45314](https://github.com/hashicorp/terraform-provider-aws/issues/45314)) - data-source/aws\_workspaces\_directory: Add `tenancy` attribute ([#&#8203;43134](https://github.com/hashicorp/terraform-provider-aws/issues/43134)) - resource/aws\_api\_gateway\_integration: Add `integration_target` argument ([#&#8203;45311](https://github.com/hashicorp/terraform-provider-aws/issues/45311)) - resource/aws\_api\_gateway\_integration: Add `response_transfer_mode` argument ([#&#8203;45329](https://github.com/hashicorp/terraform-provider-aws/issues/45329)) - resource/aws\_athena\_workgroup: Add `configuration.managed_query_results_configuration` block ([#&#8203;44273](https://github.com/hashicorp/terraform-provider-aws/issues/44273)) - resource/aws\_backup\_plan: Support malware scanning by adding `rule.scan_action` and `scan_setting` configuration blocks ([#&#8203;45392](https://github.com/hashicorp/terraform-provider-aws/issues/45392)) - resource/aws\_bedrockagentcore\_gateway: Add `interceptor_configuration` argument ([#&#8203;45344](https://github.com/hashicorp/terraform-provider-aws/issues/45344)) - resource/aws\_cloudwatch\_log\_group: Add `deletion_protection_enabled` argument ([#&#8203;45298](https://github.com/hashicorp/terraform-provider-aws/issues/45298)) - resource/aws\_ec2\_transit\_gateway: Add `encryption_support` argument ([#&#8203;45317](https://github.com/hashicorp/terraform-provider-aws/issues/45317)) - resource/aws\_flow\_log: Add `regional_nat_gateway_id` argument ([#&#8203;45380](https://github.com/hashicorp/terraform-provider-aws/issues/45380)) - resource/aws\_kms\_ciphertext: Add `plaintext_wo` and `plaintext_wo_version` arguments to support write-only input ([#&#8203;43592](https://github.com/hashicorp/terraform-provider-aws/issues/43592)) - resource/aws\_lambda\_function: Add `durable_config` argument ([#&#8203;45359](https://github.com/hashicorp/terraform-provider-aws/issues/45359)) - resource/aws\_lb: Add `health_check_logs` configuration block ([#&#8203;45269](https://github.com/hashicorp/terraform-provider-aws/issues/45269)) - resource/aws\_lb\_target\_group: Add `target_control_port` argument to support the ALB Target Optimizer ([#&#8203;45270](https://github.com/hashicorp/terraform-provider-aws/issues/45270)) - resource/aws\_rolesanywhere\_profile: Add `accept_role_session_name` argument ([#&#8203;45391](https://github.com/hashicorp/terraform-provider-aws/issues/45391)) - resource/aws\_rolesanywhere\_profile: Add plan-time validation of `managed_policy_arns` and `role_arns` ([#&#8203;45391](https://github.com/hashicorp/terraform-provider-aws/issues/45391)) - resource/aws\_route53\_zone: Add `enable_accelerated_recovery` argument ([#&#8203;45302](https://github.com/hashicorp/terraform-provider-aws/issues/45302)) - resource/aws\_ssm\_association: Add `calendar_names` argument ([#&#8203;45363](https://github.com/hashicorp/terraform-provider-aws/issues/45363)) - resource/aws\_transfer\_connector: Add `egress_config` argument to support VPC Lattice connectivity for SFTP connectors ([#&#8203;45314](https://github.com/hashicorp/terraform-provider-aws/issues/45314)) - resource/aws\_transfer\_connector: Make `url` argument optional to support VPC Lattice connectors ([#&#8203;45314](https://github.com/hashicorp/terraform-provider-aws/issues/45314)) - resource/aws\_workspaces\_directory: Add `tenancy` argument ([#&#8203;43134](https://github.com/hashicorp/terraform-provider-aws/issues/43134)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-12-04 22:06:15 +00:00
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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!77
No description provided.