chore(deps): update terraform aws to v6.16.0 #47

Merged
renovate-bot merged 1 commit from renovate/aws-6.x into main 2025-10-09 20:05:29 +00:00
Member

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 6.15.0 -> 6.16.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.16.0

Compare Source

FEATURES:

  • New Action: aws_transcribe_start_transcription_job (#​44445)
  • New Data Source: aws_odb_cloud_autonomous_vm_clusters (#​44336)
  • New Data Source: aws_odb_cloud_exadata_infrastructures (#​44336)
  • New Data Source: aws_odb_cloud_vm_clusters (#​44336)
  • New Data Source: aws_odb_network_peering_connections (#​44336)
  • New Data Source: aws_odb_networks (#​44336)
  • New Resource: aws_prometheus_resource_policy (#​44256)
  • New Resource: aws_transfer_host_key (#​44559)
  • New Resource: aws_transfer_web_app (#​42708)
  • New Resource: aws_transfer_web_app_customization (#​42708)

ENHANCEMENTS:

  • resource/aws_codebuild_project: Add auto_retry_limit argument (#​40035)
  • resource/aws_emrserverless_application: Add scheduler_configuration block (#​44589)
  • resource/aws_lambda_event_source_mapping: Add schema_registry_config configuration blocks to amazon_managed_kafka_event_source_config and self_managed_kafka_event_source_config blocks (#​44540)
  • resource/aws_ssmcontacts_contact: Add resource identity support (#​44548)
  • resource/aws_vpclattice_resource_gateway: Add ipv4_addresses_per_eni argument (#​44560)

BUG FIXES:

  • provider: Correctly validate AWS European Sovereign Cloud Regions in ARNs (#​44573)
  • provider: Fix Missing Resource Identity After Update errors for non-refreshed and failed updates of Plugin Framework based resources (#​44518)
  • provider: Fix Unexpected Identity Change errors when fully-null identity values in state are updated to valid values for Plugin Framework based resources (#​44518)
  • resource/aws_datazone_environment: Correctly updates glossary_terms. (#​44491)
  • resource/aws_datazone_environment: Prevents unknown value error when optional account_identifier is not specified. (#​44491)
  • resource/aws_datazone_environment: Prevents unknown value error when optional account_region is not specified. (#​44491)
  • resource/aws_datazone_environment: Prevents error when updating. (#​44491)
  • resource/aws_datazone_environment: Prevents occasional unexpected state error when deleting. (#​44491)
  • resource/aws_datazone_environment: Properly passes blueprint_identifier on creation. (#​44491)
  • resource/aws_datazone_environment: Sets values for user_parameters when importing. (#​44491)
  • resource/aws_datazone_environment: Values in user_parameters should not be updateable. (#​44491)
  • resource/aws_datazone_project: No longer ignores errors when deleting. (#​44491)
  • resource/aws_datazone_project: No longer returns error when already deleting. (#​44491)
  • resource/aws_dynamodb_table: Do not retry on LimitExceededException (#​44576)
  • resource/aws_ivschat_room: Set maximum_message_rate_per_second validation maximum to 100 (#​44572)
  • resource/aws_launch_template: kms_key_id validation now accepts key ID, alias, and alias ARN in addition to key ARN (#​44505)
  • resource/aws_servicecatalog_portfolio_share: Add global mutex lock around create and delete operations to prevent ThrottlingException errors (#​24730)

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.15.0` -> `6.16.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.16.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6160-October-9-2025) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v6.15.0...v6.16.0) FEATURES: - **New Action:** `aws_transcribe_start_transcription_job` ([#&#8203;44445](https://github.com/hashicorp/terraform-provider-aws/issues/44445)) - **New Data Source:** `aws_odb_cloud_autonomous_vm_clusters` ([#&#8203;44336](https://github.com/hashicorp/terraform-provider-aws/issues/44336)) - **New Data Source:** `aws_odb_cloud_exadata_infrastructures` ([#&#8203;44336](https://github.com/hashicorp/terraform-provider-aws/issues/44336)) - **New Data Source:** `aws_odb_cloud_vm_clusters` ([#&#8203;44336](https://github.com/hashicorp/terraform-provider-aws/issues/44336)) - **New Data Source:** `aws_odb_network_peering_connections` ([#&#8203;44336](https://github.com/hashicorp/terraform-provider-aws/issues/44336)) - **New Data Source:** `aws_odb_networks` ([#&#8203;44336](https://github.com/hashicorp/terraform-provider-aws/issues/44336)) - **New Resource:** `aws_prometheus_resource_policy` ([#&#8203;44256](https://github.com/hashicorp/terraform-provider-aws/issues/44256)) - **New Resource:** `aws_transfer_host_key` ([#&#8203;44559](https://github.com/hashicorp/terraform-provider-aws/issues/44559)) - **New Resource:** `aws_transfer_web_app` ([#&#8203;42708](https://github.com/hashicorp/terraform-provider-aws/issues/42708)) - **New Resource:** `aws_transfer_web_app_customization` ([#&#8203;42708](https://github.com/hashicorp/terraform-provider-aws/issues/42708)) ENHANCEMENTS: - resource/aws\_codebuild\_project: Add `auto_retry_limit` argument ([#&#8203;40035](https://github.com/hashicorp/terraform-provider-aws/issues/40035)) - resource/aws\_emrserverless\_application: Add `scheduler_configuration` block ([#&#8203;44589](https://github.com/hashicorp/terraform-provider-aws/issues/44589)) - resource/aws\_lambda\_event\_source\_mapping: Add `schema_registry_config` configuration blocks to `amazon_managed_kafka_event_source_config` and `self_managed_kafka_event_source_config` blocks ([#&#8203;44540](https://github.com/hashicorp/terraform-provider-aws/issues/44540)) - resource/aws\_ssmcontacts\_contact: Add resource identity support ([#&#8203;44548](https://github.com/hashicorp/terraform-provider-aws/issues/44548)) - resource/aws\_vpclattice\_resource\_gateway: Add `ipv4_addresses_per_eni` argument ([#&#8203;44560](https://github.com/hashicorp/terraform-provider-aws/issues/44560)) BUG FIXES: - provider: Correctly validate AWS European Sovereign Cloud Regions in ARNs ([#&#8203;44573](https://github.com/hashicorp/terraform-provider-aws/issues/44573)) - provider: Fix `Missing Resource Identity After Update` errors for non-refreshed and failed updates of Plugin Framework based resources ([#&#8203;44518](https://github.com/hashicorp/terraform-provider-aws/issues/44518)) - provider: Fix `Unexpected Identity Change` errors when fully-null identity values in state are updated to valid values for Plugin Framework based resources ([#&#8203;44518](https://github.com/hashicorp/terraform-provider-aws/issues/44518)) - resource/aws\_datazone\_environment: Correctly updates `glossary_terms`. ([#&#8203;44491](https://github.com/hashicorp/terraform-provider-aws/issues/44491)) - resource/aws\_datazone\_environment: Prevents `unknown value` error when optional `account_identifier` is not specified. ([#&#8203;44491](https://github.com/hashicorp/terraform-provider-aws/issues/44491)) - resource/aws\_datazone\_environment: Prevents `unknown value` error when optional `account_region` is not specified. ([#&#8203;44491](https://github.com/hashicorp/terraform-provider-aws/issues/44491)) - resource/aws\_datazone\_environment: Prevents error when updating. ([#&#8203;44491](https://github.com/hashicorp/terraform-provider-aws/issues/44491)) - resource/aws\_datazone\_environment: Prevents occasional `unexpected state` error when deleting. ([#&#8203;44491](https://github.com/hashicorp/terraform-provider-aws/issues/44491)) - resource/aws\_datazone\_environment: Properly passes `blueprint_identifier` on creation. ([#&#8203;44491](https://github.com/hashicorp/terraform-provider-aws/issues/44491)) - resource/aws\_datazone\_environment: Sets values for `user_parameters` when importing. ([#&#8203;44491](https://github.com/hashicorp/terraform-provider-aws/issues/44491)) - resource/aws\_datazone\_environment: Values in `user_parameters` should not be updateable. ([#&#8203;44491](https://github.com/hashicorp/terraform-provider-aws/issues/44491)) - resource/aws\_datazone\_project: No longer ignores errors when deleting. ([#&#8203;44491](https://github.com/hashicorp/terraform-provider-aws/issues/44491)) - resource/aws\_datazone\_project: No longer returns error when already deleting. ([#&#8203;44491](https://github.com/hashicorp/terraform-provider-aws/issues/44491)) - resource/aws\_dynamodb\_table: Do not retry on `LimitExceededException` ([#&#8203;44576](https://github.com/hashicorp/terraform-provider-aws/issues/44576)) - resource/aws\_ivschat\_room: Set `maximum_message_rate_per_second` validation maximum to `100` ([#&#8203;44572](https://github.com/hashicorp/terraform-provider-aws/issues/44572)) - resource/aws\_launch\_template: `kms_key_id` validation now accepts key ID, alias, and alias ARN in addition to key ARN ([#&#8203;44505](https://github.com/hashicorp/terraform-provider-aws/issues/44505)) - resource/aws\_servicecatalog\_portfolio\_share: Add global mutex lock around create and delete operations to prevent `ThrottlingException` errors ([#&#8203;24730](https://github.com/hashicorp/terraform-provider-aws/issues/24730)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDQuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE0NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-10-09 20:05:28 +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/tofu-template#47
No description provided.