chore(deps): update terraform aws to v6.9.0 #35

Merged
renovate-bot merged 1 commit from renovate/aws-6.x into main 2025-08-17 18:43:42 +00:00
Member

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 6.8.0 -> 6.9.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.9.0

Compare Source

FEATURES:

  • New Resource: aws_appsync_api (#​43787)
  • New Resource: aws_appsync_channel_namespace (#​43787)

ENHANCEMENTS:

  • data-source/aws_eks_cluster: Add deletion_protection attribute (#​43752)
  • resource/aws_cloudwatch_event_rule: Add resource identity support (#​43758)
  • resource/aws_cloudwatch_metric_alarm: Add resource identity support (#​43759)
  • resource/aws_dynamodb_table: Add replica.deletion_protection_enabled argument (#​43240)
  • resource/aws_eks_cluster: Add deletion_protection argument (#​43752)
  • resource/aws_lambda_function: Add resource identity support (#​43821)
  • resource/aws_sns_topic_data_protection_policy: Add resource identity support (#​43830)
  • resource/aws_sns_topic_policy: Add resource identity support (#​43830)
  • resource/aws_sns_topic_subscription: Add resource identity support (#​43830)
  • resource/aws_subnet: Add resource identity support (#​43833)

BUG FIXES:

  • data-source/aws_lambda_function: Fix missing value for reserved_concurrent_executions attribute when a published version exists. This functionality requires the lambda:GetFunctionConcurrency IAM permission (#​43753)
  • data-source/aws_networkfirewall_firewall_policy: Add missing schema definition for firewall_policy.stateful_engine_options.flow_timeouts (#​43852)
  • resource/aws_cognito_risk_configuration: Make account_takeover_risk_configuration.notify_configuration optional (#​33624)
  • resource/aws_ecs_service: Fix tagging failure after upgrading to v6 provider (#​43816)
  • resource/aws_ecs_service: Fix refreshing service_connect_configuration when deleted outside of Terraform (#​43871)
  • resource/aws_lambda_function: Fix missing value for reserved_concurrent_executions attribute when a published version exists. This functionality requires the lambda:GetFunctionConcurrency IAM permission (#​43753)
  • resource/aws_s3tables_table: Fix runtime error: invalid memory address or nil pointer dereference panics when GetTableMaintenanceConfiguration returns an error (#​43764)
  • resource/aws_sagemaker_user_profile: Fix incomplete regex for user_profile_name (#​43807)
  • resource/aws_servicequotas_service_quota: Add validation, during create, to check if new value is less than current value of quota (#​43545)
  • resource/aws_storagegateway_gateway: Handle InvalidGatewayRequestException: The specified gateway is not connected errors during Read by using the ListGateways API to return minimal information about a disconnected gateway. This functionality requires the storagegateway:ListGateways IAM permission (#​43819)
  • resource/aws_vpc_ipam_pool_cidr: Fix netmask_length not being saved and diffed correctly (#​43262)

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.8.0` -> `6.9.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.9.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#690-August-14-2025) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v6.8.0...v6.9.0) FEATURES: - **New Resource:** `aws_appsync_api` ([#&#8203;43787](https://github.com/hashicorp/terraform-provider-aws/issues/43787)) - **New Resource:** `aws_appsync_channel_namespace` ([#&#8203;43787](https://github.com/hashicorp/terraform-provider-aws/issues/43787)) ENHANCEMENTS: - data-source/aws\_eks\_cluster: Add `deletion_protection` attribute ([#&#8203;43752](https://github.com/hashicorp/terraform-provider-aws/issues/43752)) - resource/aws\_cloudwatch\_event\_rule: Add resource identity support ([#&#8203;43758](https://github.com/hashicorp/terraform-provider-aws/issues/43758)) - resource/aws\_cloudwatch\_metric\_alarm: Add resource identity support ([#&#8203;43759](https://github.com/hashicorp/terraform-provider-aws/issues/43759)) - resource/aws\_dynamodb\_table: Add `replica.deletion_protection_enabled` argument ([#&#8203;43240](https://github.com/hashicorp/terraform-provider-aws/issues/43240)) - resource/aws\_eks\_cluster: Add `deletion_protection` argument ([#&#8203;43752](https://github.com/hashicorp/terraform-provider-aws/issues/43752)) - resource/aws\_lambda\_function: Add resource identity support ([#&#8203;43821](https://github.com/hashicorp/terraform-provider-aws/issues/43821)) - resource/aws\_sns\_topic\_data\_protection\_policy: Add resource identity support ([#&#8203;43830](https://github.com/hashicorp/terraform-provider-aws/issues/43830)) - resource/aws\_sns\_topic\_policy: Add resource identity support ([#&#8203;43830](https://github.com/hashicorp/terraform-provider-aws/issues/43830)) - resource/aws\_sns\_topic\_subscription: Add resource identity support ([#&#8203;43830](https://github.com/hashicorp/terraform-provider-aws/issues/43830)) - resource/aws\_subnet: Add resource identity support ([#&#8203;43833](https://github.com/hashicorp/terraform-provider-aws/issues/43833)) BUG FIXES: - data-source/aws\_lambda\_function: Fix missing value for `reserved_concurrent_executions` attribute when a published version exists. This functionality requires the `lambda:GetFunctionConcurrency` IAM permission ([#&#8203;43753](https://github.com/hashicorp/terraform-provider-aws/issues/43753)) - data-source/aws\_networkfirewall\_firewall\_policy: Add missing schema definition for `firewall_policy.stateful_engine_options.flow_timeouts` ([#&#8203;43852](https://github.com/hashicorp/terraform-provider-aws/issues/43852)) - resource/aws\_cognito\_risk\_configuration: Make `account_takeover_risk_configuration.notify_configuration` optional ([#&#8203;33624](https://github.com/hashicorp/terraform-provider-aws/issues/33624)) - resource/aws\_ecs\_service: Fix tagging failure after upgrading to v6 provider ([#&#8203;43816](https://github.com/hashicorp/terraform-provider-aws/issues/43816)) - resource/aws\_ecs\_service: Fix refreshing `service_connect_configuration` when deleted outside of Terraform ([#&#8203;43871](https://github.com/hashicorp/terraform-provider-aws/issues/43871)) - resource/aws\_lambda\_function: Fix missing value for `reserved_concurrent_executions` attribute when a published version exists. This functionality requires the `lambda:GetFunctionConcurrency` IAM permission ([#&#8203;43753](https://github.com/hashicorp/terraform-provider-aws/issues/43753)) - resource/aws\_s3tables\_table: Fix `runtime error: invalid memory address or nil pointer dereference` panics when `GetTableMaintenanceConfiguration` returns an error ([#&#8203;43764](https://github.com/hashicorp/terraform-provider-aws/issues/43764)) - resource/aws\_sagemaker\_user\_profile: Fix incomplete regex for `user_profile_name` ([#&#8203;43807](https://github.com/hashicorp/terraform-provider-aws/issues/43807)) - resource/aws\_servicequotas\_service\_quota: Add validation, during `create`, to check if new value is less than current value of quota ([#&#8203;43545](https://github.com/hashicorp/terraform-provider-aws/issues/43545)) - resource/aws\_storagegateway\_gateway: Handle `InvalidGatewayRequestException: The specified gateway is not connected` errors during Read by using the [`ListGateways` API](https://docs.aws.amazon.com/storagegateway/latest/APIReference/API_ListGateways.html) to return minimal information about a disconnected gateway. This functionality requires the `storagegateway:ListGateways` IAM permission ([#&#8203;43819](https://github.com/hashicorp/terraform-provider-aws/issues/43819)) - resource/aws\_vpc\_ipam\_pool\_cidr: Fix `netmask_length` not being saved and diffed correctly ([#&#8203;43262](https://github.com/hashicorp/terraform-provider-aws/issues/43262)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS43Ni4wIiwidXBkYXRlZEluVmVyIjoiNDEuNzYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-08-17 18:43:41 +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#35
No description provided.