6.66.0 (September 21, 2026)
NOTES:
- resource/aws_iam_openid_connect_provider: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#50024)
FEATURES:
- New List Resource:
aws_efs_mount_target(#50057) - New List Resource:
aws_iam_openid_connect_provider(#50024) - New Resource:
aws_msk_channel(#49266)
ENHANCEMENTS:
- data-source/aws_ecs_service: Add
target_typeandtimeout_configurationattributes to thelifecycle_hookblock. (#48128) - resource/aws_bedrockagentcore_api_key_credential_provider: Add Resource Identity support (#48629)
- resource/aws_bedrockagentcore_api_key_credential_provider: Add
api_key_secret_sourceargument andapi_key_secret_configconfiguration block to support customer-managed AWS Secrets Manager secrets (#48629) - resource/aws_ecs_service: Add
target_typeandtimeout_configurationarguments to thelifecycle_hookconfiguration block to support ECSPAUSEdeployment hooks.hook_target_arnandrole_arnare now Optional (still required forAWS_LAMBDAhooks). (#48128) - resource/aws_efs_access_point: Add Resource Identity support (#50026)
- resource/aws_efs_backup_policy: Add Resource Identity support (#50026)
- resource/aws_efs_file_system: Add Resource Identity support (#50026)
- resource/aws_efs_file_system_policy: Add Resource Identity support (#50026)
- resource/aws_efs_mount_target: Add Resource Identity support (#50026)
- resource/aws_efs_replication_configuration: Add Resource Identity support (#50026)
BUG FIXES:
- list-resource/aws_rds_cluster_instance: Cache cluster using the DBClusterIdentifier as the key (#50040)
- resource/aws_pipes_pipe: Fix
source_parameters.self_managed_kafka_parameters.server_root_ca_certificatebeing sent to the API as an empty string instead of being omitted, which causedUpdatePipeto fail with aValidationExceptionwhen the attribute was unset (#40116) - resource/aws_redshiftserverless_workgroup: Filter server-only
config_parameterentries from state and allow newly returned config parameter keys without a provider update (#49939)