6.62.0 (August 26, 2026)
NOTES:
- resource/aws_db_instance: When
manage_master_user_passwordis enabled, the managed secret's automatic rotation can now be disabled usingaws_secretsmanager_secret_rotationwithrotation_enabled = false(#49659) - resource/aws_rds_cluster: When
manage_master_user_passwordis enabled, the managed secret's automatic rotation can now be disabled usingaws_secretsmanager_secret_rotationwithrotation_enabled = false(#49659) - resource/aws_savingsplans_savings_plan: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#49264)
FEATURES:
- New List Resource:
aws_db_instance(#49602) - New List Resource:
aws_dsql_cluster(#49657) - New List Resource:
aws_dsql_cluster_policy(#49676) - New List Resource:
aws_ecr_lifecycle_policy(#49696) - New List Resource:
aws_ecs_cluster(#49682) - New List Resource:
aws_pinpointsmsvoicev2_keyword(#48967) - New Resource:
aws_pinpointsmsvoicev2_keyword(#48967) - New Resource:
aws_sesv2_multi_region_endpoint(#49660)
ENHANCEMENTS:
- data-source/aws_resiliencehubv2_service: Add
associated_system.user_journey_idsattribute (#49603) - resource/aws_bedrockagentcore_browser: Add plan-time validation of
name(#48766) - resource/aws_bedrockagentcore_memory: Add Resource Identity support (#48766)
- resource/aws_bedrockagentcore_memory: Allow adding
indexed_keyentries in place instead of forcing a new resource (#48877) - resource/aws_bedrockagentcore_memory: Change
indexed_keyfromListtoSetto ignore ordering (#48877) - resource/aws_bedrockagentcore_memory_strategy: Add Resource Identity support (#48766)
- resource/aws_bedrockagentcore_memory_strategy: Add
configuration.self_managed_configurationargument in support of self-managed strategies (#48766) - resource/aws_bedrockagentcore_memory_strategy: Add
memory_record_schemaargument (#48765) - resource/aws_bedrockagentcore_memory_strategy: Add plan-time validation of
description(#48766) - resource/aws_bedrockagentcore_memory_strategy: Change
descriptionto Optional and Computed (#48766) - resource/aws_cloudfront_function: Validate
name,code, andcommentagainst CloudFront's documented constraints during plan instead of failing at apply time (#49395) - resource/aws_db_instance: Add resource identity support (#49602)
- resource/aws_dsql_cluster: Add resource identity support (#49657)
- resource/aws_dx_private_virtual_interface: Add
bgp_asn_longargument (#49587) - resource/aws_dx_transit_virtual_interface: Add
bgp_asn_longargument (#49588) - resource/aws_ecs_cluster: Add resource identity support (#49682)
- resource/aws_elasticache_replication_group: Add
auth_token_woandauth_token_wo_versionwrite-only arguments (#49268) - resource/aws_observabilityadmin_centralization_rule_for_organization: Add
tag_propagation_configurationconfiguration block torule.destination.destination_logs_configuration, andtag_propagation_statusandtag_propagation_failure_reasonattributes (#49656) - resource/aws_resiliencehubv2_service: Add
user_journey_idsargument to theassociated_systemconfiguration block (#49603) - resource/aws_secretsmanager_secret_rotation:
rotation_enabledis now configurable (previously read-only) and can be set tofalseto disable rotation for a secret. This is particularly useful for secrets whose rotation is otherwise managed by AWS, such as an RDS master user password secret created withmanage_master_user_password(#49659) - resource/aws_secretsmanager_secret_rotation:
rotation_rulesis now optional, and must be omitted whenrotation_enabledisfalse(#49659) - resource/aws_workspaces_directory: Add
workspace_access_properties.access_endpoint_configargument (#49668)
BUG FIXES:
- resource/aws_bedrockagentcore_harness: Correct plan-time validation of
name(#48766) - resource/aws_bedrockagentcore_memory_strategy: Force resource replacement when
nameis modified (#48766) - resource/aws_bedrockagentcore_registry: Correct plan-time validation of
name(#48766) - resource/aws_cloudwatch_log_resource_policy: Fixes error when importing by identity when using resource-scope (#49614)
- resource/aws_elasticache_cluster: Add plan-time validation to reject transit_encryption_enabled for Redis and Valkey engines, which are only supported on aws_elasticache_replication_group (#49114)
- resource/aws_resiliencehubv2_input_source: Change
resource_configuration.resource_tagfromListtoSetto ignore ordering (#49585) - resource/aws_s3_account_public_access_block: Fixes eventual consistency issue on creation (#49687)
- resource/aws_savingsplan_savings_plan: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#49678)
- resource/aws_savingsplan_savings_plan: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#49679)
- resource/aws_savingsplan_savings_plan: Mark
purchase_timeasOptionalandComputed(#49679) - resource/aws_savingsplan_savings_plan: Treat
queuedas a target state during creation (#49678) - resource/aws_savingsplans_savings_plan: Mark
upfront_payment_amountasComputedto fix aProvider produced inconsistent result after applyerror forNo Upfrontsavings plans (#49264)