chore(deps): update terraform aws to v6.46.0 #94

Merged
renovate-bot merged 1 commit from renovate/aws-6.x into main 2026-05-21 20:07:18 +00:00
Member

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 6.45.06.46.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.46.0

Compare Source

NOTES:

  • resource/aws_xray_resource_policy: Changes to policy_name now force resource recreation. Technically this is a breaking change but the resource did not function correctly previously; updating policy_name would leave an orphaned policy with the old name in AWS (#​47948)

FEATURES:

  • New List Resource: aws_bedrockagentcore_harness (#​47725)
  • New List Resource: aws_iam_access_key (#​47966)
  • New List Resource: aws_observabilityadmin_telemetry_rule_for_organization (#​47920)
  • New List Resource: aws_route53_vpc_association_authorization (#​47905)
  • New List Resource: aws_route53_zone_association (#​47950)
  • New List Resource: aws_securityhub_automation_rule_v2 (#​47677)
  • New Resource: aws_bedrockagentcore_harness (#​47725)
  • New Resource: aws_observabilityadmin_telemetry_rule_for_organization (#​47920)
  • New Resource: aws_securityhub_automation_rule_v2 (#​47677)
  • New Resource: aws_xray_indexing_rule (#​47975)
  • New Resource: aws_xray_trace_segment_destination (#​47961)

ENHANCEMENTS:

  • data-source/aws_ec2_local_gateway_virtual_interface: Add outpost_lag_id and local_gateway_virtual_interface_group_id attributes (#​47974)
  • data-source/aws_opensearch_domain: Add jwt_options block to fix "Invalid address to set" error (#​47874)
  • resource/aws_bedrockagent_agent: Increase maximum value of idle_session_ttl_in_seconds from 3600 to 5400 to match the AWS API limit (#​47890)
  • resource/aws_bedrockagentcore_agent_runtime: Add filesystem_configuration argument for mounting session storage, Amazon S3 Files access points, or Amazon EFS access points into the agent runtime (#​47810)
  • resource/aws_cloudfront_distribution: Add cache_tag_config configuration block (#​47872)
  • resource/aws_iam_access_key: Add resource identity support (#​47966)
  • resource/aws_route53_vpc_association_authorization: Add resource identity support (#​47905)
  • resource/aws_route53_zone_association: Add resource identity support (#​47950)
  • resource/aws_vpclattice_resource_gateway: Add resource_config_dns_resolution argument (#​47879)
  • resource/aws_xray_resource_policy: Add Resource Identity support (#​47948)
  • resource/aws_xray_sampling_rule: Add Resource Identity support (#​47948)

BUG FIXES:

  • resource/aws_s3_bucket: Defer to the corresponding dedicated standalone resource for each deprecated nested attribute (acceleration_status, acl, cors_rule, grant, lifecycle_rule, logging, object_lock_configuration, policy, replication_configuration, request_payer, server_side_encryption_configuration, versioning, website) when the attribute is not set in configuration, preventing similar fights between the bucket resource and its standalone counterparts (#​47962)
  • resource/aws_s3_bucket: Fix InvalidRequest: SourceSelectionCriteria cannot be empty errors on unrelated updates (e.g. tags) when replication is managed by the dedicated aws_s3_bucket_replication_configuration resource using replica_modifications (#​47962)
  • resource/aws_xray_resource_policy: Fix Provider returned invalid result object after apply errors on Update (#​47948)
  • resource/aws_xray_resource_policy: Mark policy_name as as ForceNew (#​47948)

Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws](https://search.opentofu.org/provider/hashicorp/aws) ([source](https://github.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `6.45.0` → `6.46.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.46.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6460-May-20-2026) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v6.45.0...v6.46.0) NOTES: - resource/aws\_xray\_resource\_policy: Changes to `policy_name` now force resource recreation. Technically this is a breaking change but the resource did not function correctly previously; updating `policy_name` would leave an orphaned policy with the old name in AWS ([#&#8203;47948](https://github.com/hashicorp/terraform-provider-aws/issues/47948)) FEATURES: - **New List Resource:** `aws_bedrockagentcore_harness` ([#&#8203;47725](https://github.com/hashicorp/terraform-provider-aws/issues/47725)) - **New List Resource:** `aws_iam_access_key` ([#&#8203;47966](https://github.com/hashicorp/terraform-provider-aws/issues/47966)) - **New List Resource:** `aws_observabilityadmin_telemetry_rule_for_organization` ([#&#8203;47920](https://github.com/hashicorp/terraform-provider-aws/issues/47920)) - **New List Resource:** `aws_route53_vpc_association_authorization` ([#&#8203;47905](https://github.com/hashicorp/terraform-provider-aws/issues/47905)) - **New List Resource:** `aws_route53_zone_association` ([#&#8203;47950](https://github.com/hashicorp/terraform-provider-aws/issues/47950)) - **New List Resource:** `aws_securityhub_automation_rule_v2` ([#&#8203;47677](https://github.com/hashicorp/terraform-provider-aws/issues/47677)) - **New Resource:** `aws_bedrockagentcore_harness` ([#&#8203;47725](https://github.com/hashicorp/terraform-provider-aws/issues/47725)) - **New Resource:** `aws_observabilityadmin_telemetry_rule_for_organization` ([#&#8203;47920](https://github.com/hashicorp/terraform-provider-aws/issues/47920)) - **New Resource:** `aws_securityhub_automation_rule_v2` ([#&#8203;47677](https://github.com/hashicorp/terraform-provider-aws/issues/47677)) - **New Resource:** `aws_xray_indexing_rule` ([#&#8203;47975](https://github.com/hashicorp/terraform-provider-aws/issues/47975)) - **New Resource:** `aws_xray_trace_segment_destination` ([#&#8203;47961](https://github.com/hashicorp/terraform-provider-aws/issues/47961)) ENHANCEMENTS: - data-source/aws\_ec2\_local\_gateway\_virtual\_interface: Add `outpost_lag_id` and `local_gateway_virtual_interface_group_id` attributes ([#&#8203;47974](https://github.com/hashicorp/terraform-provider-aws/issues/47974)) - data-source/aws\_opensearch\_domain: Add `jwt_options` block to fix "Invalid address to set" error ([#&#8203;47874](https://github.com/hashicorp/terraform-provider-aws/issues/47874)) - resource/aws\_bedrockagent\_agent: Increase maximum value of `idle_session_ttl_in_seconds` from `3600` to `5400` to match the AWS API limit ([#&#8203;47890](https://github.com/hashicorp/terraform-provider-aws/issues/47890)) - resource/aws\_bedrockagentcore\_agent\_runtime: Add `filesystem_configuration` argument for mounting session storage, Amazon S3 Files access points, or Amazon EFS access points into the agent runtime ([#&#8203;47810](https://github.com/hashicorp/terraform-provider-aws/issues/47810)) - resource/aws\_cloudfront\_distribution: Add `cache_tag_config` configuration block ([#&#8203;47872](https://github.com/hashicorp/terraform-provider-aws/issues/47872)) - resource/aws\_iam\_access\_key: Add resource identity support ([#&#8203;47966](https://github.com/hashicorp/terraform-provider-aws/issues/47966)) - resource/aws\_route53\_vpc\_association\_authorization: Add resource identity support ([#&#8203;47905](https://github.com/hashicorp/terraform-provider-aws/issues/47905)) - resource/aws\_route53\_zone\_association: Add resource identity support ([#&#8203;47950](https://github.com/hashicorp/terraform-provider-aws/issues/47950)) - resource/aws\_vpclattice\_resource\_gateway: Add `resource_config_dns_resolution` argument ([#&#8203;47879](https://github.com/hashicorp/terraform-provider-aws/issues/47879)) - resource/aws\_xray\_resource\_policy: Add Resource Identity support ([#&#8203;47948](https://github.com/hashicorp/terraform-provider-aws/issues/47948)) - resource/aws\_xray\_sampling\_rule: Add Resource Identity support ([#&#8203;47948](https://github.com/hashicorp/terraform-provider-aws/issues/47948)) BUG FIXES: - resource/aws\_s3\_bucket: Defer to the corresponding dedicated standalone resource for each deprecated nested attribute (`acceleration_status`, `acl`, `cors_rule`, `grant`, `lifecycle_rule`, `logging`, `object_lock_configuration`, `policy`, `replication_configuration`, `request_payer`, `server_side_encryption_configuration`, `versioning`, `website`) when the attribute is not set in configuration, preventing similar fights between the bucket resource and its standalone counterparts ([#&#8203;47962](https://github.com/hashicorp/terraform-provider-aws/issues/47962)) - resource/aws\_s3\_bucket: Fix `InvalidRequest: SourceSelectionCriteria cannot be empty` errors on unrelated updates (e.g. `tags`) when replication is managed by the dedicated `aws_s3_bucket_replication_configuration` resource using `replica_modifications` ([#&#8203;47962](https://github.com/hashicorp/terraform-provider-aws/issues/47962)) - resource/aws\_xray\_resource\_policy: Fix `Provider returned invalid result object after apply` errors on Update ([#&#8203;47948](https://github.com/hashicorp/terraform-provider-aws/issues/47948)) - resource/aws\_xray\_resource\_policy: Mark `policy_name` as as `ForceNew` ([#&#8203;47948](https://github.com/hashicorp/terraform-provider-aws/issues/47948)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update terraform aws to v6.46.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
a73da13d0a
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-05-21 20:07:17 +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!94
No description provided.