chore(deps): update terraform aws to v6.13.0 #57

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

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 6.12.0 -> 6.13.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.13.0

Compare Source

ENHANCEMENTS:

  • data-source/aws_budgets_budget: Add billing_view_arn attribute (#​44241)
  • data-source/aws_dynamodb_table: Add warm_throughput and global_secondary_index.warm_throughput attributes (#​41308)
  • data-source/aws_elastic_beanstalk_hosted_zone: Add hosted zone IDs for ap-southeast-5, ap-southeast-7, eu-south-2, and me-central-1 AWS Regions (#​44132)
  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for ap-southeast-6 AWS Region (#​44132)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for ap-southeast-6 AWS Region (#​44132)
  • data-source/aws_s3_bucket: Add hosted zone ID for ap-southeast-6 AWS Region (#​44132)
  • resource/aws_appautoscaling_policy: Add predictive_scaling_policy_configuration argument (#​44211)
  • resource/aws_appautoscaling_policy: Add plan-time validation of policy_type (#​44211)
  • resource/aws_appautoscaling_policy: Add plan-time validation of step_scaling_policy_configuration.adjustment_type and step_scaling_policy_configuration.metric_aggregation_type (#​44211)
  • resource/aws_bedrock_guardrail: Add input_action, output_action, input_enabled, and output_enabled arguments to word_policy_config.managed_word_lists_config and word_policy_config.words_config configuration blocks (#​44224)
  • resource/aws_budgets_budget: Add billing_view_arn argument (#​44241)
  • resource/aws_cloudfront_distribution: Add origin.response_completion_timeout argument (#​44163)
  • resource/aws_codebuild_webhook: Add pull_request_build_policy configuration block (#​44201)
  • resource/aws_dynamodb_table: Add warm_throughput and global_secondary_index.warm_throughput arguments (#​41308)
  • resource/aws_ecs_account_setting_default: Support dualStackIPv6 as a valid value for name (#​44165)
  • resource/aws_glue_catalog_table_optimizer: Add iceberg_configuration.run_rate_in_hours argument to retention_configuration and orphan_file_deletion_configuration blocks (#​44207)
  • resource/aws_networkfirewall_rule_group: Add IPv6 CIDR block support to address_definition arguments in source and destination blocks within rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rule.rule_definition.match_attributes (#​44215)
  • resource/aws_networkmanager_vpc_attachment: Add options.dns_support and options.security_group_referencing_support arguments (#​43742)
  • resource/aws_networkmanager_vpc_attachment: Change options to Optional and Computed (#​43742)
  • resource/aws_opensearch_package: Add engine_version argument (#​44155)
  • resource/aws_opensearch_package: Add waiter to ensure package validation completes (#​44155)
  • resource/aws_synthetics_canary: Add schedule.retry_config configuration block (#​44244)
  • resource/aws_vpc_endpoint: Add resource identity support (#​44194)
  • resource/aws_vpc_security_group_egress_rule: Add resource identity support (#​44198)
  • resource/aws_vpc_security_group_ingress_rule: Add resource identity support (#​44198)

BUG FIXES:

  • resource/aws_appautoscaling_policy: Fix interface conversion: interface {} is nil, not map[string]interface {} panics when step_scaling_policy_configuration is empty (#​44211)
  • resource/aws_cognito_managed_login_branding: Fix reading Cognito Managed Login Branding by client ... couldn't find resource errors when a user pool contains multiple client apps (#​44204)
  • resource/aws_eks_cluster: Supports null compute_config.node_role_arn when disabling auto mode or built-in node pools (#​42483)
  • resource/aws_flow_log: Fix Error decoding ... from prior state: unsupported attribute "log_group_name" errors when upgrading from a pre-v6.0.0 provider version (#​44191)
  • resource/aws_launch_template: Fix Error decoding ... from prior state: unsupported attribute "elastic_gpu_specifications" errors when upgrading from a pre-v6.0.0 provider version (#​44195)
  • resource/aws_rds_cluster_role_association: Make feature_name optional (#​44143)
  • resource/aws_s3_bucket_lifecycle_configuration: Ignore MethodNotAllowed errors when deleting non-existent lifecycle configurations (#​44189)
  • resource/aws_secretsmanager_secret: Return diagnostic warning when remote policy is invalid (#​44228)
  • resource/aws_servicecatalog_provisioned_product: Restore timeouts.read arguments removed in v6.12.0 (#​44238)

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.12.0` -> `6.13.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.13.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6130-September-11-2025) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v6.12.0...v6.13.0) ENHANCEMENTS: - data-source/aws\_budgets\_budget: Add `billing_view_arn` attribute ([#&#8203;44241](https://github.com/hashicorp/terraform-provider-aws/issues/44241)) - data-source/aws\_dynamodb\_table: Add `warm_throughput` and `global_secondary_index.warm_throughput` attributes ([#&#8203;41308](https://github.com/hashicorp/terraform-provider-aws/issues/41308)) - data-source/aws\_elastic\_beanstalk\_hosted\_zone: Add hosted zone IDs for `ap-southeast-5`, `ap-southeast-7`, `eu-south-2`, and `me-central-1` AWS Regions ([#&#8203;44132](https://github.com/hashicorp/terraform-provider-aws/issues/44132)) - data-source/aws\_elb\_hosted\_zone\_id: Add hosted zone ID for `ap-southeast-6` AWS Region ([#&#8203;44132](https://github.com/hashicorp/terraform-provider-aws/issues/44132)) - data-source/aws\_lb\_hosted\_zone\_id: Add hosted zone IDs for `ap-southeast-6` AWS Region ([#&#8203;44132](https://github.com/hashicorp/terraform-provider-aws/issues/44132)) - data-source/aws\_s3\_bucket: Add hosted zone ID for `ap-southeast-6` AWS Region ([#&#8203;44132](https://github.com/hashicorp/terraform-provider-aws/issues/44132)) - resource/aws\_appautoscaling\_policy: Add `predictive_scaling_policy_configuration` argument ([#&#8203;44211](https://github.com/hashicorp/terraform-provider-aws/issues/44211)) - resource/aws\_appautoscaling\_policy: Add plan-time validation of `policy_type` ([#&#8203;44211](https://github.com/hashicorp/terraform-provider-aws/issues/44211)) - resource/aws\_appautoscaling\_policy: Add plan-time validation of `step_scaling_policy_configuration.adjustment_type` and `step_scaling_policy_configuration.metric_aggregation_type` ([#&#8203;44211](https://github.com/hashicorp/terraform-provider-aws/issues/44211)) - resource/aws\_bedrock\_guardrail: Add `input_action`, `output_action`, `input_enabled`, and `output_enabled` arguments to `word_policy_config.managed_word_lists_config` and `word_policy_config.words_config` configuration blocks ([#&#8203;44224](https://github.com/hashicorp/terraform-provider-aws/issues/44224)) - resource/aws\_budgets\_budget: Add `billing_view_arn` argument ([#&#8203;44241](https://github.com/hashicorp/terraform-provider-aws/issues/44241)) - resource/aws\_cloudfront\_distribution: Add `origin.response_completion_timeout` argument ([#&#8203;44163](https://github.com/hashicorp/terraform-provider-aws/issues/44163)) - resource/aws\_codebuild\_webhook: Add `pull_request_build_policy` configuration block ([#&#8203;44201](https://github.com/hashicorp/terraform-provider-aws/issues/44201)) - resource/aws\_dynamodb\_table: Add `warm_throughput` and `global_secondary_index.warm_throughput` arguments ([#&#8203;41308](https://github.com/hashicorp/terraform-provider-aws/issues/41308)) - resource/aws\_ecs\_account\_setting\_default: Support `dualStackIPv6` as a valid value for `name` ([#&#8203;44165](https://github.com/hashicorp/terraform-provider-aws/issues/44165)) - resource/aws\_glue\_catalog\_table\_optimizer: Add `iceberg_configuration.run_rate_in_hours` argument to `retention_configuration` and `orphan_file_deletion_configuration` blocks ([#&#8203;44207](https://github.com/hashicorp/terraform-provider-aws/issues/44207)) - resource/aws\_networkfirewall\_rule\_group: Add IPv6 CIDR block support to `address_definition` arguments in `source` and `destination` blocks within `rule_group.rules_source.stateless_rules_and_custom_actions.stateless_rule.rule_definition.match_attributes` ([#&#8203;44215](https://github.com/hashicorp/terraform-provider-aws/issues/44215)) - resource/aws\_networkmanager\_vpc\_attachment: Add `options.dns_support` and `options.security_group_referencing_support` arguments ([#&#8203;43742](https://github.com/hashicorp/terraform-provider-aws/issues/43742)) - resource/aws\_networkmanager\_vpc\_attachment: Change `options` to Optional and Computed ([#&#8203;43742](https://github.com/hashicorp/terraform-provider-aws/issues/43742)) - resource/aws\_opensearch\_package: Add `engine_version` argument ([#&#8203;44155](https://github.com/hashicorp/terraform-provider-aws/issues/44155)) - resource/aws\_opensearch\_package: Add waiter to ensure package validation completes ([#&#8203;44155](https://github.com/hashicorp/terraform-provider-aws/issues/44155)) - resource/aws\_synthetics\_canary: Add `schedule.retry_config` configuration block ([#&#8203;44244](https://github.com/hashicorp/terraform-provider-aws/issues/44244)) - resource/aws\_vpc\_endpoint: Add resource identity support ([#&#8203;44194](https://github.com/hashicorp/terraform-provider-aws/issues/44194)) - resource/aws\_vpc\_security\_group\_egress\_rule: Add resource identity support ([#&#8203;44198](https://github.com/hashicorp/terraform-provider-aws/issues/44198)) - resource/aws\_vpc\_security\_group\_ingress\_rule: Add resource identity support ([#&#8203;44198](https://github.com/hashicorp/terraform-provider-aws/issues/44198)) BUG FIXES: - resource/aws\_appautoscaling\_policy: Fix `interface conversion: interface {} is nil, not map[string]interface {}` panics when `step_scaling_policy_configuration` is empty ([#&#8203;44211](https://github.com/hashicorp/terraform-provider-aws/issues/44211)) - resource/aws\_cognito\_managed\_login\_branding: Fix `reading Cognito Managed Login Branding by client ... couldn't find resource` errors when a user pool contains multiple client apps ([#&#8203;44204](https://github.com/hashicorp/terraform-provider-aws/issues/44204)) - resource/aws\_eks\_cluster: Supports null `compute_config.node_role_arn` when disabling auto mode or built-in node pools ([#&#8203;42483](https://github.com/hashicorp/terraform-provider-aws/issues/42483)) - resource/aws\_flow\_log: Fix `Error decoding ... from prior state: unsupported attribute "log_group_name"` errors when upgrading from a pre-v6.0.0 provider version ([#&#8203;44191](https://github.com/hashicorp/terraform-provider-aws/issues/44191)) - resource/aws\_launch\_template: Fix `Error decoding ... from prior state: unsupported attribute "elastic_gpu_specifications"` errors when upgrading from a pre-v6.0.0 provider version ([#&#8203;44195](https://github.com/hashicorp/terraform-provider-aws/issues/44195)) - resource/aws\_rds\_cluster\_role\_association: Make `feature_name` optional ([#&#8203;44143](https://github.com/hashicorp/terraform-provider-aws/issues/44143)) - resource/aws\_s3\_bucket\_lifecycle\_configuration: Ignore `MethodNotAllowed` errors when deleting non-existent lifecycle configurations ([#&#8203;44189](https://github.com/hashicorp/terraform-provider-aws/issues/44189)) - resource/aws\_secretsmanager\_secret: Return diagnostic `warning` when remote policy is invalid ([#&#8203;44228](https://github.com/hashicorp/terraform-provider-aws/issues/44228)) - resource/aws\_servicecatalog\_provisioned\_product: Restore `timeouts.read` arguments removed in v6.12.0 ([#&#8203;44238](https://github.com/hashicorp/terraform-provider-aws/issues/44238)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45OS43IiwidXBkYXRlZEluVmVyIjoiNDEuOTkuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-09-11 20:06:06 +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#57
No description provided.