chore(deps): update terraform aws to v6.17.0 #63

Merged
renovate-bot merged 1 commit from renovate/aws-6.x into main 2025-10-20 15:08:30 +00:00
Member

This PR contains the following updates:

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

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.17.0

Compare Source

NOTES:

  • resource/aws_quicksight_account_subscription: Because we cannot easily test all this functionality, it is best effort and we ask for community help in testing (#​44638)

FEATURES:

  • New Data Source: aws_rds_global_cluster (#​37286)
  • New Data Source: aws_vpn_connection (#​44622)
  • New Resource: aws_bedrockagentcore_agent_runtime (#​44301)
  • New Resource: aws_bedrockagentcore_agent_runtime_endpoint (#​44301)
  • New Resource: aws_bedrockagentcore_api_key_credential_provider (#​44302)
  • New Resource: aws_bedrockagentcore_browser (#​44303)
  • New Resource: aws_bedrockagentcore_code_interpreter (#​44304)
  • New Resource: aws_bedrockagentcore_gateway (#​44305)
  • New Resource: aws_bedrockagentcore_gateway_target (#​44305)

ENHANCEMENTS:

  • resource/aws_imagebuilder_container_recipe: Update EBS throughput maximum validation from 1000 to 2000 MiB/s for gp3 volumes (#​44604)
  • resource/aws_imagebuilder_image_recipe: Update EBS throughput maximum validation from 1000 to 2000 MiB/s for gp3 volumes (#​44604)
  • resource/aws_launch_template: Update EBS throughput maximum validation from 1000 to 2000 MiB/s for gp3 volumes (#​44604)
  • resource/aws_quicksight_account_subscription: Add admin_pro_group, author_pro_group, and reader_pro_group arguments (#​44638)
  • resource/aws_subnet: Adds List support (#​44671)
  • resource/aws_vpc: Adds List support (#​44609)

BUG FIXES:

  • resource/aws_ec2_transit_gateway_route_table_propagation.test: Fix bug causing inconsistent final plan errors (#​44542)
  • resource/aws_lambda_function: Reset non-API attributes (source_code_hash, s3_bucket, s3_key, s3_object_version and filename) to their previous values when an update operation fails (#​42829)

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.16.0` -> `6.17.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.17.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6170-October-16-2025) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v6.16.0...v6.17.0) NOTES: - resource/aws\_quicksight\_account\_subscription: Because we cannot easily test all this functionality, it is best effort and we ask for community help in testing ([#&#8203;44638](https://github.com/hashicorp/terraform-provider-aws/issues/44638)) FEATURES: - **New Data Source:** `aws_rds_global_cluster` ([#&#8203;37286](https://github.com/hashicorp/terraform-provider-aws/issues/37286)) - **New Data Source:** `aws_vpn_connection` ([#&#8203;44622](https://github.com/hashicorp/terraform-provider-aws/issues/44622)) - **New Resource:** `aws_bedrockagentcore_agent_runtime` ([#&#8203;44301](https://github.com/hashicorp/terraform-provider-aws/issues/44301)) - **New Resource:** `aws_bedrockagentcore_agent_runtime_endpoint` ([#&#8203;44301](https://github.com/hashicorp/terraform-provider-aws/issues/44301)) - **New Resource:** `aws_bedrockagentcore_api_key_credential_provider` ([#&#8203;44302](https://github.com/hashicorp/terraform-provider-aws/issues/44302)) - **New Resource:** `aws_bedrockagentcore_browser` ([#&#8203;44303](https://github.com/hashicorp/terraform-provider-aws/issues/44303)) - **New Resource:** `aws_bedrockagentcore_code_interpreter` ([#&#8203;44304](https://github.com/hashicorp/terraform-provider-aws/issues/44304)) - **New Resource:** `aws_bedrockagentcore_gateway` ([#&#8203;44305](https://github.com/hashicorp/terraform-provider-aws/issues/44305)) - **New Resource:** `aws_bedrockagentcore_gateway_target` ([#&#8203;44305](https://github.com/hashicorp/terraform-provider-aws/issues/44305)) ENHANCEMENTS: - resource/aws\_imagebuilder\_container\_recipe: Update EBS `throughput` maximum validation from 1000 to 2000 MiB/s for gp3 volumes ([#&#8203;44604](https://github.com/hashicorp/terraform-provider-aws/issues/44604)) - resource/aws\_imagebuilder\_image\_recipe: Update EBS `throughput` maximum validation from 1000 to 2000 MiB/s for gp3 volumes ([#&#8203;44604](https://github.com/hashicorp/terraform-provider-aws/issues/44604)) - resource/aws\_launch\_template: Update EBS `throughput` maximum validation from 1000 to 2000 MiB/s for gp3 volumes ([#&#8203;44604](https://github.com/hashicorp/terraform-provider-aws/issues/44604)) - resource/aws\_quicksight\_account\_subscription: Add `admin_pro_group`, `author_pro_group`, and `reader_pro_group` arguments ([#&#8203;44638](https://github.com/hashicorp/terraform-provider-aws/issues/44638)) - resource/aws\_subnet: Adds List support ([#&#8203;44671](https://github.com/hashicorp/terraform-provider-aws/issues/44671)) - resource/aws\_vpc: Adds List support ([#&#8203;44609](https://github.com/hashicorp/terraform-provider-aws/issues/44609)) BUG FIXES: - resource/aws\_ec2\_transit\_gateway\_route\_table\_propagation.test: Fix bug causing `inconsistent final plan` errors ([#&#8203;44542](https://github.com/hashicorp/terraform-provider-aws/issues/44542)) - resource/aws\_lambda\_function: Reset non-API attributes (`source_code_hash`, `s3_bucket`, `s3_key`, `s3_object_version` and `filename`) to their previous values when an update operation fails ([#&#8203;42829](https://github.com/hashicorp/terraform-provider-aws/issues/42829)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguNSIsInVwZGF0ZWRJblZlciI6IjQxLjE0OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-10-20 15:08:29 +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#63
No description provided.