6.10.0 (August 21, 2025)
NOTES:
- resource/aws_instance: The
network_interface
block has been deprecated. Useprimary_network_interface
for the primary network interface andaws_network_interface_attachment
resources for other network interfaces. (#43953) - resource/aws_spot_instance_request: The
network_interface
block has been deprecated. Useprimary_network_interface
for the primary network interface andaws_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
, andR.8X
as valid values forworker_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 whenpolicy_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)