Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps hashicorp/aws from 6.2.0 to 6.13.0.

Release notes

Sourced from hashicorp/aws's releases.

v6.13.0

6.13.0 (September 11, 2025)

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)

v6.12.0

6.12.0 (September 4, 2025)

NOTES:

  • resource/aws_s3_bucket_acl: The access_control_policy.grant.grantee.display_name attribute is deprecated. AWS has ended support for this attribute. API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. (#44090)
  • resource/aws_s3_bucket_acl: The access_control_policy.owner.display_name attribute is deprecated. AWS has ended support for this attribute. API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. (#44090)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

6.13.0 (September 11, 2025)

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)

6.12.0 (September 4, 2025)

NOTES:

  • resource/aws_s3_bucket_acl: The access_control_policy.grant.grantee.display_name attribute is deprecated. AWS has ended support for this attribute. API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. (#44090)
  • resource/aws_s3_bucket_acl: The access_control_policy.owner.display_name attribute is deprecated. AWS has ended support for this attribute. API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. (#44090)
  • resource/aws_s3_bucket_logging: The target_grant.grantee.display_name attribute is deprecated. AWS has ended support for this attribute. API responses began inconsistently returning it on July 15, 2025, and will stop returning it entirely on November 21, 2025. This attribute will be removed in a future major version. (#44090)

... (truncated)

Commits
  • 2f0bf48 prep changelog and version for release (#44253)
  • 240342e Update CHANGELOG.md (Manual Trigger)
  • 8a082dc Merge pull request #42483 from lorengordon/fix/eks-auto-mode-node-role-arn
  • 5c96695 Merge pull request #44244 from tabito-hara/f-aws_synthetics_canary-add_retry_...
  • dcb6a74 Update CHANGELOG.md for #44228
  • f372fe4 Merge pull request #44228 from hashicorp/b-aws_secretsmanager_secret_policy
  • a99e6be r/aws_eks_cluster: Supports null compute_config.node_role_arn when disablin...
  • 36759e6 Merge pull request #44241 from tabito-hara/f-aws_budgets_budget-add_billing_v...
  • 4c18c94 Update secret.go
  • fbe9811 add changelog
  • 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.2.0 to 6.13.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.2.0...v6.13.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 6.13.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 Sep 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 15, 2025 15:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Sep 15, 2025
@stackleteer
Copy link
Contributor

Ran Plan for dir: . workspace: default

Plan Failed: This project is currently locked by an unapplied plan from pull #9. To continue, delete the lock from #9 or apply that plan and merge the pull request.

Once the lock is released, comment atlantis plan here to re-plan.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #11.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/aws-6.13.0 branch September 22, 2025 14:35
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.

1 participant