chore(deps): update terraform aws to v6.10.0 #37

Merged
renovate-bot merged 1 commit from renovate/aws-6.x into main 2025-08-21 21:03:59 +00:00
Member

This PR contains the following updates:

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

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.10.0

Compare Source

NOTES:

  • resource/aws_instance: The network_interface block has been deprecated. Use primary_network_interface for the primary network interface and aws_network_interface_attachment resources for other network interfaces. (#​43953)
  • resource/aws_spot_instance_request: The network_interface block has been deprecated. Use primary_network_interface for the primary network interface and aws_network_interface_attachment resources for other network interfaces. (#​43953)

ENHANCEMENTS:

  • data-source/aws_ecr_repository: Add image_tag_mutability_exclusion_filter attribute (#​43886)
  • data-source/aws_ecr_repository_creation_template: Add image_tag_mutability_exclusion_filter attribute (#​43886)
  • resource/aws_cloudwatch_event_target: Add resource identity support (#​43984)
  • resource/aws_ecr_repository_creation_template: Add image_tag_mutability_exclusion_filter configuration block (#​43886)
  • resource/aws_glue_job: Support G.12X, G.16X, R.1X, R.2X, R.4X, and R.8X as valid values for worker_type (#​43988)
  • resource/aws_lambda_permission: Add resource identity support (#​43954)
  • resource/aws_lightsail_static_ip_attachment: Support resource import (#​43874)
  • resource/aws_s3_bucket_cors_configuration: Add resource identity support (#​43876)
  • resource/aws_s3_bucket_logging: Add resource identity support (#​43876)
  • resource/aws_s3_bucket_notification: Add resource identity support (#​43876)
  • resource/aws_s3_bucket_ownership_controls: Add resource identity support (#​43876)
  • resource/aws_s3_bucket_policy: Add resource identity support (#​43876)
  • resource/aws_s3_bucket_public_access_block: Add resource identity support (#​43876)
  • resource/aws_s3_bucket_server_side_encryption_configuration: Add resource identity support (#​43876)
  • resource/aws_s3_bucket_versioning: Add resource identity support (#​43876)
  • resource/aws_s3_bucket_website_configuration: Add resource identity support (#​43876)
  • resource/aws_secretsmanager_secret: Add resource identity support (#​43872)
  • resource/aws_secretsmanager_secret_policy: Add resource identity support (#​43872)
  • resource/aws_secretsmanager_secret_rotation: Add resource identity support (#​43872)
  • resource/aws_sqs_queue: Add resource identity support (#​43918)
  • resource/aws_sqs_queue_policy: Add resource identity support (#​43918)
  • resource/aws_sqs_queue_redrive_allow_policy: Add resource identity support (#​43918)
  • resource/aws_sqs_queue_redrive_policy: Add resource identity support (#​43918)

BUG FIXES:

  • resource/aws_batch_compute_environment: Allow in-place updates of compute environments that have the SPOT_PRICE_CAPACITY_OPTIMIZED strategy (#​40148)
  • resource/aws_imagebuilder_lifecycle_policy: Fix Provider produced inconsistent result after apply error when policy_detail.exclusion_rules.amis.is_public is omitted (#​43925)
  • resource/aws_instance: Adds primary_network_interface to allow importing resources with custom primary network interface. (#​43953)
  • resource/aws_rds_cluster: Fixes the behavior when enabling database_insights_mode="advanced" without changing performance insights retention window (#​43919)
  • resource/aws_rds_cluster: Fixes the behavior when modifying database_insights_mode when using custom KMS key (#​43942)
  • resource/aws_spot_instance_request: Adds primary_network_interface to allow importing resources with custom primary network interface. (#​43953)

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.9.0` -> `6.10.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.10.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6100-August-21-2025) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v6.9.0...v6.10.0) NOTES: - resource/aws\_instance: The `network_interface` block has been deprecated. Use `primary_network_interface` for the primary network interface and `aws_network_interface_attachment` resources for other network interfaces. ([#&#8203;43953](https://github.com/hashicorp/terraform-provider-aws/issues/43953)) - resource/aws\_spot\_instance\_request: The `network_interface` block has been deprecated. Use `primary_network_interface` for the primary network interface and `aws_network_interface_attachment` resources for other network interfaces. ([#&#8203;43953](https://github.com/hashicorp/terraform-provider-aws/issues/43953)) ENHANCEMENTS: - data-source/aws\_ecr\_repository: Add `image_tag_mutability_exclusion_filter` attribute ([#&#8203;43886](https://github.com/hashicorp/terraform-provider-aws/issues/43886)) - data-source/aws\_ecr\_repository\_creation\_template: Add `image_tag_mutability_exclusion_filter` attribute ([#&#8203;43886](https://github.com/hashicorp/terraform-provider-aws/issues/43886)) - resource/aws\_cloudwatch\_event\_target: Add resource identity support ([#&#8203;43984](https://github.com/hashicorp/terraform-provider-aws/issues/43984)) - resource/aws\_ecr\_repository\_creation\_template: Add `image_tag_mutability_exclusion_filter` configuration block ([#&#8203;43886](https://github.com/hashicorp/terraform-provider-aws/issues/43886)) - resource/aws\_glue\_job: Support `G.12X`, `G.16X`, `R.1X`, `R.2X`, `R.4X`, and `R.8X` as valid values for `worker_type` ([#&#8203;43988](https://github.com/hashicorp/terraform-provider-aws/issues/43988)) - resource/aws\_lambda\_permission: Add resource identity support ([#&#8203;43954](https://github.com/hashicorp/terraform-provider-aws/issues/43954)) - resource/aws\_lightsail\_static\_ip\_attachment: Support resource import ([#&#8203;43874](https://github.com/hashicorp/terraform-provider-aws/issues/43874)) - resource/aws\_s3\_bucket\_cors\_configuration: Add resource identity support ([#&#8203;43876](https://github.com/hashicorp/terraform-provider-aws/issues/43876)) - resource/aws\_s3\_bucket\_logging: Add resource identity support ([#&#8203;43876](https://github.com/hashicorp/terraform-provider-aws/issues/43876)) - resource/aws\_s3\_bucket\_notification: Add resource identity support ([#&#8203;43876](https://github.com/hashicorp/terraform-provider-aws/issues/43876)) - resource/aws\_s3\_bucket\_ownership\_controls: Add resource identity support ([#&#8203;43876](https://github.com/hashicorp/terraform-provider-aws/issues/43876)) - resource/aws\_s3\_bucket\_policy: Add resource identity support ([#&#8203;43876](https://github.com/hashicorp/terraform-provider-aws/issues/43876)) - resource/aws\_s3\_bucket\_public\_access\_block: Add resource identity support ([#&#8203;43876](https://github.com/hashicorp/terraform-provider-aws/issues/43876)) - resource/aws\_s3\_bucket\_server\_side\_encryption\_configuration: Add resource identity support ([#&#8203;43876](https://github.com/hashicorp/terraform-provider-aws/issues/43876)) - resource/aws\_s3\_bucket\_versioning: Add resource identity support ([#&#8203;43876](https://github.com/hashicorp/terraform-provider-aws/issues/43876)) - resource/aws\_s3\_bucket\_website\_configuration: Add resource identity support ([#&#8203;43876](https://github.com/hashicorp/terraform-provider-aws/issues/43876)) - resource/aws\_secretsmanager\_secret: Add resource identity support ([#&#8203;43872](https://github.com/hashicorp/terraform-provider-aws/issues/43872)) - resource/aws\_secretsmanager\_secret\_policy: Add resource identity support ([#&#8203;43872](https://github.com/hashicorp/terraform-provider-aws/issues/43872)) - resource/aws\_secretsmanager\_secret\_rotation: Add resource identity support ([#&#8203;43872](https://github.com/hashicorp/terraform-provider-aws/issues/43872)) - resource/aws\_sqs\_queue: Add resource identity support ([#&#8203;43918](https://github.com/hashicorp/terraform-provider-aws/issues/43918)) - resource/aws\_sqs\_queue\_policy: Add resource identity support ([#&#8203;43918](https://github.com/hashicorp/terraform-provider-aws/issues/43918)) - resource/aws\_sqs\_queue\_redrive\_allow\_policy: Add resource identity support ([#&#8203;43918](https://github.com/hashicorp/terraform-provider-aws/issues/43918)) - resource/aws\_sqs\_queue\_redrive\_policy: Add resource identity support ([#&#8203;43918](https://github.com/hashicorp/terraform-provider-aws/issues/43918)) BUG FIXES: - resource/aws\_batch\_compute\_environment: Allow in-place updates of compute environments that have the `SPOT_PRICE_CAPACITY_OPTIMIZED` strategy ([#&#8203;40148](https://github.com/hashicorp/terraform-provider-aws/issues/40148)) - resource/aws\_imagebuilder\_lifecycle\_policy: Fix `Provider produced inconsistent result after apply` error when `policy_detail.exclusion_rules.amis.is_public` is omitted ([#&#8203;43925](https://github.com/hashicorp/terraform-provider-aws/issues/43925)) - resource/aws\_instance: Adds `primary_network_interface` to allow importing resources with custom primary network interface. ([#&#8203;43953](https://github.com/hashicorp/terraform-provider-aws/issues/43953)) - resource/aws\_rds\_cluster: Fixes the behavior when enabling database\_insights\_mode="advanced" without changing performance insights retention window ([#&#8203;43919](https://github.com/hashicorp/terraform-provider-aws/issues/43919)) - resource/aws\_rds\_cluster: Fixes the behavior when modifying `database_insights_mode` when using custom KMS key ([#&#8203;43942](https://github.com/hashicorp/terraform-provider-aws/issues/43942)) - resource/aws\_spot\_instance\_request: Adds `primary_network_interface` to allow importing resources with custom primary network interface. ([#&#8203;43953](https://github.com/hashicorp/terraform-provider-aws/issues/43953)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDEuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-08-21 21:03:58 +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#37
No description provided.