Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps hashicorp/aws from 6.7.0 to 6.16.0.

Release notes

Sourced from hashicorp/aws's releases.

v6.16.0

6.16.0 (October 9, 2025)

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)

v6.15.0

6.15.0 (October 2, 2025)

BREAKING CHANGES:

  • resource/aws_ecs_service: Fix behavior when updating capacity_provider_strategy to avoid ECS service recreation after recent AWS changes (#43533)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

6.16.0 (October 9, 2025)

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)

6.15.0 (October 2, 2025)

BREAKING CHANGES:

  • resource/aws_ecs_service: Fix behavior when updating capacity_provider_strategy to avoid ECS service recreation after recent AWS changes (#43533)

FEATURES:

... (truncated)

Commits
  • 1f2264f chore: v6.16.0 release prep (#44605)
  • 4f17d5e Update CHANGELOG.md for #44595
  • 16fb02e Merge pull request #44595 from hashicorp/dependabot/go_modules/aws-sdk-go-v2-...
  • bd2d9e0 Merge pull request #44572 from djdabs/patch-1
  • c1361e2 Merge pull request #40035 from rayennh/f-code_build-auto_retry_limit
  • 2d12b94 chore: changelog
  • 52951b4 Update CHANGELOG.md for #44597
  • 0429df2 build(deps): bump golang.org/x/tools from 0.37.0 to 0.38.0 (#44597)
  • 823f5bc build(deps): bump golang.org/x/tools from 0.37.0 to 0.38.0 in /.ci/tools (#44...
  • 5930faa Merge pull request #24730 from sbutler/b-aws_servicecatalog_portfolio_share-s...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 6.7.0 to 6.16.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v6.7.0...v6.16.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 6.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Oct 13, 2025
@dependabot dependabot bot requested review from dav3r, jsf9k and mcdonnnj as code owners October 13, 2025 13:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants