chore(deps): update terraform aws to v6.20.0 #66

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

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 6.19.0 -> 6.20.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.20.0

Compare Source

FEATURES:

  • New Resource: aws_ec2_allowed_images_settings (#​44800)
  • New Resource: aws_fis_target_account_configuration (#​44875)
  • New Resource: aws_invoicing_invoice_unit (#​44892)

ENHANCEMENTS:

  • data-source/aws_connect_routing_profile: Add media_concurrencies.cross_channel_behavior attribute (#​44934)
  • data-source/aws_elasticache_replication_group: Add node_group_configuration attribute to expose node group details including availability zones, replica counts, and slot ranges (#​44879)
  • data-source/aws_kinesis_stream: Add max_record_size_in_kib attribute (#​44915)
  • data-source/aws_opensearch_domain: Add identity_center_options attribute (#​44626)
  • provider: Support us-isob-west-1 as a valid AWS Region (#​44944)
  • resource/aws_cloudfront_distribution: Add logging_v1_enabled attribute (#​44838)
  • resource/aws_connect_routing_profile: Add media_concurrencies.cross_channel_behavior argument (#​44934)
  • resource/aws_ec2_client_vpn_route: Allow IPv6 address ranges for destination_cidr_block (#​44926)
  • resource/aws_ec2_instance_connect_endpoint: Add ip_address_type argument (#​44616)
  • resource/aws_eks_node_group: Add max_parallel_nodes_repaired_count, max_parallel_nodes_repaired_percentage, max_unhealthy_node_threshold_count, max_unhealthy_node_threshold_percentage, and node_repair_config_overrides to the node_repair_config schema (#​44894)
  • resource/aws_elasticache_replication_group: Add node_group_configuration block to support availability zone specification and snapshot restoration for cluster mode enabled replication groups (#​44879)
  • resource/aws_glue_job: Ensure that timeout is unconfigured for Ray jobs (#​35012)
  • resource/aws_kinesis_stream: Add max_record_size_in_kib argument to support for Kinesis 10MiB payloads. This functionality requires the kinesis:UpdateMaxRecordSize IAM permission (#​44915)
  • resource/aws_opensearch_domain: Add identity_center_options configuration block (#​44626)
  • resource/aws_transfer_server: Add support for TransferSecurityPolicy-AS2Restricted-2025-07 security_policy_name value (#​44865)
  • resource/aws_transfer_server: Support TransferSecurityPolicy-AS2Restricted-2025-07 as a valid value for security_policy_name (#​44652)

BUG FIXES:

  • resource/aws_cloudfront_continuous_deployment_policy: Fix Source type "...cloudfront.stagingDistributionDNSNamesModel" does not implement attr.Value error. This fixes a regression introduced in v6.17.0 (#​44972)
  • resource/aws_cloudfront_distribution: Change logging_config.bucket argument from Required to Optional (#​44838)
  • resource/aws_cloudfront_distribution: Fix inability to configure logging_config.include_cookies argument while keeping V1 logging disabled (#​44838)
  • resource/aws_cloudfront_vpc_origin: Fix Source type "...cloudfront.originSSLProtocolsModel" does not implement attr.Value and missing required field, CreateVpcOriginInput.VpcOriginEndpointConfig errors. This fixes a regression introduced in v6.17.0 (#​44861)
  • resource/aws_glue_job: Allow Ray jobs to be updated (#​35012)
  • resource/aws_glue_job: Allow a zero (0) value for timeout for Apache Spark streaming ETL jobs. This allows the job to be configured with no timeout (#​44920)
  • resource/aws_lakeformation_lf_tags: Remove incorrect validation from catalog_id, database.catalog_id, table.catalog_id, and table_with_columns.catalog_id arguments (#​44890)
  • resource/aws_launch_template: Allow an empty ("") value for block_device_mappings.ebs.kms_key_id. This fixes a regression introduced in v6.16.0 (#​44708)

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.19.0` -> `6.20.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.20.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6200-November-6-2025) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v6.19.0...v6.20.0) FEATURES: - **New Resource:** `aws_ec2_allowed_images_settings` ([#&#8203;44800](https://github.com/hashicorp/terraform-provider-aws/issues/44800)) - **New Resource:** `aws_fis_target_account_configuration` ([#&#8203;44875](https://github.com/hashicorp/terraform-provider-aws/issues/44875)) - **New Resource:** `aws_invoicing_invoice_unit` ([#&#8203;44892](https://github.com/hashicorp/terraform-provider-aws/issues/44892)) ENHANCEMENTS: - data-source/aws\_connect\_routing\_profile: Add `media_concurrencies.cross_channel_behavior` attribute ([#&#8203;44934](https://github.com/hashicorp/terraform-provider-aws/issues/44934)) - data-source/aws\_elasticache\_replication\_group: Add `node_group_configuration` attribute to expose node group details including availability zones, replica counts, and slot ranges ([#&#8203;44879](https://github.com/hashicorp/terraform-provider-aws/issues/44879)) - data-source/aws\_kinesis\_stream: Add `max_record_size_in_kib` attribute ([#&#8203;44915](https://github.com/hashicorp/terraform-provider-aws/issues/44915)) - data-source/aws\_opensearch\_domain: Add `identity_center_options` attribute ([#&#8203;44626](https://github.com/hashicorp/terraform-provider-aws/issues/44626)) - provider: Support `us-isob-west-1` as a valid AWS Region ([#&#8203;44944](https://github.com/hashicorp/terraform-provider-aws/issues/44944)) - resource/aws\_cloudfront\_distribution: Add `logging_v1_enabled` attribute ([#&#8203;44838](https://github.com/hashicorp/terraform-provider-aws/issues/44838)) - resource/aws\_connect\_routing\_profile: Add `media_concurrencies.cross_channel_behavior` argument ([#&#8203;44934](https://github.com/hashicorp/terraform-provider-aws/issues/44934)) - resource/aws\_ec2\_client\_vpn\_route: Allow IPv6 address ranges for `destination_cidr_block` ([#&#8203;44926](https://github.com/hashicorp/terraform-provider-aws/issues/44926)) - resource/aws\_ec2\_instance\_connect\_endpoint: Add `ip_address_type` argument ([#&#8203;44616](https://github.com/hashicorp/terraform-provider-aws/issues/44616)) - resource/aws\_eks\_node\_group: Add `max_parallel_nodes_repaired_count`, `max_parallel_nodes_repaired_percentage`, `max_unhealthy_node_threshold_count`, `max_unhealthy_node_threshold_percentage`, and `node_repair_config_overrides` to the `node_repair_config` schema ([#&#8203;44894](https://github.com/hashicorp/terraform-provider-aws/issues/44894)) - resource/aws\_elasticache\_replication\_group: Add `node_group_configuration` block to support availability zone specification and snapshot restoration for cluster mode enabled replication groups ([#&#8203;44879](https://github.com/hashicorp/terraform-provider-aws/issues/44879)) - resource/aws\_glue\_job: Ensure that `timeout` is unconfigured for Ray jobs ([#&#8203;35012](https://github.com/hashicorp/terraform-provider-aws/issues/35012)) - resource/aws\_kinesis\_stream: Add `max_record_size_in_kib` argument to support for Kinesis 10MiB payloads. This functionality requires the `kinesis:UpdateMaxRecordSize` IAM permission ([#&#8203;44915](https://github.com/hashicorp/terraform-provider-aws/issues/44915)) - resource/aws\_opensearch\_domain: Add `identity_center_options` configuration block ([#&#8203;44626](https://github.com/hashicorp/terraform-provider-aws/issues/44626)) - resource/aws\_transfer\_server: Add support for `TransferSecurityPolicy-AS2Restricted-2025-07` `security_policy_name` value ([#&#8203;44865](https://github.com/hashicorp/terraform-provider-aws/issues/44865)) - resource/aws\_transfer\_server: Support `TransferSecurityPolicy-AS2Restricted-2025-07` as a valid value for `security_policy_name` ([#&#8203;44652](https://github.com/hashicorp/terraform-provider-aws/issues/44652)) BUG FIXES: - resource/aws\_cloudfront\_continuous\_deployment\_policy: Fix `Source type "...cloudfront.stagingDistributionDNSNamesModel" does not implement attr.Value` error. This fixes a regression introduced in [v6.17.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#6170-october-16-2025) ([#&#8203;44972](https://github.com/hashicorp/terraform-provider-aws/issues/44972)) - resource/aws\_cloudfront\_distribution: Change `logging_config.bucket` argument from `Required` to `Optional` ([#&#8203;44838](https://github.com/hashicorp/terraform-provider-aws/issues/44838)) - resource/aws\_cloudfront\_distribution: Fix inability to configure `logging_config.include_cookies` argument while keeping V1 logging disabled ([#&#8203;44838](https://github.com/hashicorp/terraform-provider-aws/issues/44838)) - resource/aws\_cloudfront\_vpc\_origin: Fix `Source type "...cloudfront.originSSLProtocolsModel" does not implement attr.Value` and `missing required field, CreateVpcOriginInput.VpcOriginEndpointConfig` errors. This fixes a regression introduced in [v6.17.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#6170-october-16-2025) ([#&#8203;44861](https://github.com/hashicorp/terraform-provider-aws/issues/44861)) - resource/aws\_glue\_job: Allow Ray jobs to be updated ([#&#8203;35012](https://github.com/hashicorp/terraform-provider-aws/issues/35012)) - resource/aws\_glue\_job: Allow a zero (`0`) value for `timeout` for Apache Spark streaming ETL jobs. This allows the job to be configured with no timeout ([#&#8203;44920](https://github.com/hashicorp/terraform-provider-aws/issues/44920)) - resource/aws\_lakeformation\_lf\_tags: Remove incorrect validation from `catalog_id`, `database.catalog_id`, `table.catalog_id`, and `table_with_columns.catalog_id` arguments ([#&#8203;44890](https://github.com/hashicorp/terraform-provider-aws/issues/44890)) - resource/aws\_launch\_template: Allow an empty (`""`) value for `block_device_mappings.ebs.kms_key_id`. This fixes a regression introduced in [v6.16.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#6160-october-9-2025) ([#&#8203;44708](https://github.com/hashicorp/terraform-provider-aws/issues/44708)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-11-06 22:06:52 +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!66
No description provided.