releases.shpreview
HashiCorp/Terraform Provider AWS

Terraform Provider AWS

$npx -y @buildinternet/releases show terraform-provider-aws
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases14Avg4/moVersionsv6.28.0 → v6.39.0
Jul 10, 2025

FEATURES:

  • New Resource: aws_prometheus_query_logging_configuration (#43222)

ENHANCEMENTS:

  • data-source/aws_cloudfront_distribution: Add anycast_ip_list_id attribute (#43196)
  • data-source/aws_networkmanager_core_network_policy_document: Add core_network_configuration.dns_support and core_network_configuration.security_group_referencing_support arguments (#43277)
  • resource/aws_cloudfront_distribution: Add anycast_ip_list_id argument (#43196)
  • resource/aws_dynamodb_table: Add replica.consistency_mode argument in support of multi-Region strong consistency for Amazon DynamoDB global tables (#43236)

BUG FIXES:

  • provider: Fix runtime error: invalid memory address or nil pointer dereference panics for numerous resource types when modifying tags (#43324)
  • resource/aws_bedrockagent_agent_action_group: Add missing prepare agent call when deleting an action group (#43232)
  • resource/aws_bedrockagent_agent_action_group: Retry operation can't be performed on Agent when it is in Preparing state. errors during agent action group base creation, update, and deletion. (#43232)
  • resource/aws_bedrockagent_agent_knowledge_base_association: Add missing prepare agent call when deleting a knowledge base association (#43232)
  • resource/aws_bedrockagent_agent_knowledge_base_association: Retry operation can't be performed on Agent when it is in Preparing state. errors during agent knowledge base creation and disassociation (#43232)
  • resource/aws_cloudfrontkeyvaluestore_keys_exclusive: Fix errant deletion of key value pairs when a value is changed (#43208)
  • resource/aws_cognito_user_pool_domain: Correctly update managed_login_version for custom Cognito domains (#43252)
  • resource/aws_db_instance_role_association: Retry InvalidDBInstanceState errors on delete (#43303)
  • resource/aws_medialive_channel: Fix interface conversion: interface {} is nil, not map[string]interface {} panics when configuration blocks are empty (#43308)
  • resource/aws_rds_cluster_role_association: Retry InvalidDBClusterStateFault errors on delete (#43303)
  • resource/aws_redshift_cluster: Correctly set availability_zone_relocation_enabled (#43270)
  • resource/aws_route53profiles_resource_association: Change resource_properties to Computed to enable vpc_endpoint associations (#42562)
  • resource/aws_ssoadmin_application: Updates value of arn when refreshing state. (#43273)
Jul 2, 2025

NOTES:

  • resource/aws_s3_bucket_object: The format of the id attribute has changed from key to bucket/key. All configurations using id should be updated to use the key attribute instead (#43119)
  • resource/aws_s3_object: The format of the id attribute has changed from key to bucket/key. All configurations using id should be updated to use the key attribute instead (#43119)

ENHANCEMENTS:

  • data-source/aws_kinesis_stream_consumer: Add tags attribute. This functionality requires the kinesis:ListTagsForResource IAM permission (#43173)
  • data-source/aws_networkfirewall_firewall_policy: Add firewall_policy.stateful_rule_group_reference.deep_threat_inspection attribute (#43137)
  • resource/aws_accessanalyzer_analyzer: Add configuration.internal_access argument (#43138)
  • resource/aws_amplify_app: Add job_config argument (#43136)
  • resource/aws_amplify_branch: Add enable_skew_protection argument (#43218)
  • resource/aws_cloudtrail: Support errorCode, eventType, sessionCredentialFromConsole, and vpcEndpointId as valid values for advanced_event_selector.field_selector.field (#43091)
  • resource/aws_cloudtrail_event_data_store: Support errorCode, eventType, sessionCredentialFromConsole, and vpcEndpointId as valid values for advanced_event_selector.field_selector.field (#43091)
  • resource/aws_cloudwatch_event_archive: Add kms_key_identifier argument (#43139)
  • resource/aws_cloudwatch_log_group: Support DELIVERY as a valid value for log_group_class (#42658)
  • resource/aws_codebuild_project: Add environment.docker_server configuration block (#42982)
  • resource/aws_eks_pod_identity_association: Add disable_session_tags and target_role_arn arguments and external_id attribute (#42979)
  • resource/aws_emr_cluster: Add os_release_label argument (#43018)
  • resource/aws_fms_policy: Add resource_tag_logical_operator argument (#43031)
  • resource/aws_glue_job: Support job_mode argument (#42607)
  • resource/aws_kinesis_stream_consumer: Add tags argument and tags_all attribute. This functionality requires the kinesis:ListTagsForResource, kinesis:TagResource, and kinesis:UntagResource IAM permissions (#43173)
  • resource/aws_kms_key: Support HMAC_224, HMAC_384, HMAC_512, ML_DSA_44, ML_DSA_65, and ML_DSA_87 as valid values for customer_master_key_spec (#43128)
  • resource/aws_lightsail_instance_public_ports: -1 is now a valid value for port_info.from_port and port_info.to_port (#37703)
  • resource/aws_networkfirewall_firewall_policy: Add firewall_policy.stateful_rule_group_reference.deep_threat_inspection argument (#43137)
  • resource/aws_rbin_rule: Add exclude_resource_tags argument (#43189)
  • resource/aws_s3_directory_bucket: Add tags argument and tags_all attribute. This functionality requires the s3express:ListTagsForResource, s3express:TagResource, and s3express:UntagResource IAM permissions (#43256)
  • resource/aws_s3tables_table: Add metadata argument (#43112)
  • resource/aws_wafv2_web_acl: Add aws_managed_rules_anti_ddos_rule_set to managed_rule_group_configs configuration block in support of L7 DDoS protection (#43149)

BUG FIXES:

  • provider: Fix Unexpected Identity Change errors for numerous resource types when refreshing resources created or refreshed by Terraform AWS Provider v6.0.0 (#43221)
  • resource/aws_appflow_connector_profile: Fixes error refreshing resource state (#43221)
  • resource/aws_bcmdataexports_export: Fixes error when refreshing state with resources created before v6.0.0 (#43090)
  • resource/aws_bedrockagent_agent: Retry Exceeded the number of retries on OptLock failure. Too many concurrent requests. errors during update (#43179)
  • resource/aws_bedrockagent_agent: Retry Prepare operation can't be performed on Agent when it is in Preparing state. errors during prepare (#43179)
  • resource/aws_bedrockagent_agent: Retry Update operation can't be performed on Agent when it is in Preparing state. errors during update (#43179)
  • resource/aws_bedrockagent_agent_collaborator: Retry operation can't be performed on Agent when it is in Preparing state. errors during agent collaborator update and disassociation (#43179)
  • resource/aws_cloudwatch_query_definition: Support ARNs as valid values for log_group_names (#43183)
  • resource/aws_cur_report_definition: Allow an empty ("") value for s3_prefix. This fixes a regression introduced in v6.0.0 (#43159)
  • resource/aws_elasticsearch_domain: Disable publishing for log_publishing_options removed on Update. This prevents a perpetual diff (#43033)
  • resource/aws_elasticsearch_domain: Fix ValidationException: The Resource Access Policy specified for the CloudWatch Logs log group ... does not grant sufficient permissions for Amazon Elasticsearch Service to create a log stream IAM eventual consistency errors on Create (#43033)
  • resource/aws_lambda_function: Fix perpetual logging_config diffs when log_format is set to JSON and publish = true (#42660)
  • resource/aws_lexv2models_intent: Add semantic equality check for confirmation_setting.prompt_specification.prompt_attempts_specification defaults (#43147)
  • resource/aws_opensearch_domain: Disable publishing for log_publishing_options removed on Update. This prevents a perpetual diff (#43033)
  • resource/aws_opensearch_domain: Fix ValidationException: The Resource Access Policy specified for the CloudWatch Logs log group ... does not grant sufficient permissions for Amazon Elasticsearch Service to create a log stream IAM eventual consistency errors on Create (#43033)
  • resource/aws_quicksight_analysis: WHOLE is now a valid value for definition.sheets.visuals.pie_chart_visual.chart_configuration.donut_options.arc_options.arc_thickness (#37116)
  • resource/aws_quicksight_dashboard: WHOLE is now a valid value for definition.sheets.visuals.pie_chart_visual.chart_configuration.donut_options.arc_options.arc_thickness (#37116)
  • resource/aws_quicksight_template: WHOLE is now a valid value for definition.sheets.visuals.pie_chart_visual.chart_configuration.donut_options.arc_options.arc_thickness (#37116)
  • resource/aws_quicksight_user: Remove ForceNew from email (#43014)
  • resource/aws_verifiedpermissions_schema: Fix Value Conversion Error errors when upgrading existing resources to Terraform AWS Provider v6.0.0 (#43116)
Jun 18, 2025

BREAKING CHANGES:

  • data-source/aws_ami: The severity of the diagnostic returned when most_recent is true and owner and image ID filter criteria has been increased to an error. Existing configurations which were previously receiving a warning diagnostic will now fail to apply. To prevent this error, set the owner argument or include a filter block with an image-id or owner-id name/value pair. To continue using unsafe filter values with most_recent set to true, set the new allow_unsafe_filter argument to true. This is not recommended. (#42114)
  • data-source/aws_ecs_task_definition: Remove inference_accelerator attribute. Amazon Elastic Inference reached end of life on April, 2024. (#42137)
  • data-source/aws_ecs_task_execution: Remove inference_accelerator_overrides attribute. Amazon Elastic Inference reached end of life on April, 2024. (#42137)
  • data-source/aws_elbv2_listener_rule: The action.authenticate_cognito, action.authenticate_oidc, action.fixed_response, action.forward, action.forward.stickiness, action.redirect, condition.host_header, condition.http_header, condition.http_request_method, condition.path_pattern, condition.query_string, and condition.source_ip attributes are now list nested blocks instead of single nested blocks (#42283)
  • data-source/aws_identitystore_user: filter has been removed (#42325)
  • data-source/aws_launch_template: Remove elastic_inference_accelerator attribute. Amazon Elastic Inference reached end of life on April, 2024. (#42137)
  • data-source/aws_launch_template: elastic_gpu_specifications has been removed (#42312)
  • data-source/aws_opensearch_domain: kibana_endpoint has been removed (#42268)
  • data-source/aws_opensearchserverless_security_config: saml_options is now a list nested block instead of a single nested block (#42270)
  • data-source/aws_service_discovery_service: Remove tags_all attribute (#42136)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_application resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_custom_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_ecs_cluster_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_ganglia_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_haproxy_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_instance resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_java_app_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_memcached_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_mysql_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_nodejs_app_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_permission resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_php_app_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_rails_app_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_rds_db_instance resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_stack resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_static_web_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_user_profile resource has been removed (#41948)
  • provider: As the AWS SDK for Go v2 does not support Amazon SimpleDB the aws_simpledb_domain resource has been removed. Add a constraint to v5 of the Terraform AWS Provider for continued use of this resource (#41775)
  • provider: As the AWS SDK for Go v2 does not support Amazon Worklink, the aws_worklink_fleet resource has been removed (#42059)
  • provider: As the AWS SDK for Go v2 does not support Amazon Worklink, the aws_worklink_website_certificate_authority_association resource has been removed (#42059)
  • provider: The aws_redshift_service_account resource has been removed. AWS recommends that a service principal name should be used instead of an AWS account ID in any relevant IAM policy (#41941)
  • provider: The endpoints.iotanalytics and endpoints.iotevents configuration arguments have been removed (#42703)
  • provider: The endpoints.opsworks configuration argument has been removed (#41948)
  • provider: The endpoints.simpledb and endpoints.sdb configuration arguments have been removed (#41775)
  • provider: The endpoints.worklink configuration argument has been removed (#42059)
  • resource/aws_accessanalyzer_archive_rule: filter.exists now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_alb_target_group: preserve_client_ip now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_api_gateway_account: The reset_on_delete argument has been removed (#42226)
  • resource/aws_api_gateway_deployment: Remove canary_settings, execution_arn, invoke_url, stage_description, and stage_name arguments. Instead, use the aws_api_gateway_stage resource to manage stages. (#42249)
  • resource/aws_batch_compute_environment: Rename compute_environment_name to name resource/aws_batch_compute_environment: Rename compute_environment_name_prefix to name_prefix (#38050)
  • resource/aws_batch_compute_environment_data_source: Rename compute_environment_name to name (#38050)
  • resource/aws_batch_job_queue: Remove deprecated parameter compute_environments in place of compute_environment_order (#40751)
  • resource/aws_bedrock_model_invocation_logging_configuration: logging_config, logging_config.cloudwatch_config, logging_config.cloudwatch_config.large_data_delivery_s3_config, and logging_config.s3_config are now list nested blocks instead of single nested blocks (#42307)
  • resource/aws_cloudfront_key_value_store: Attribute id is now set to remote object's Id instead of name (#42230)
  • resource/aws_cloudfront_response_headers_policy: The etag argument is now computed only (#38448)
  • resource/aws_cloudtrail_event_data_store: suspend now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_cognito_user_in_group: The id attribute is now a comma-delimited string concatenating the user_pool_id, group_name, and username arguments (#34082)
  • resource/aws_cur_report_definition: The s3_prefix argument is now required (#38446)
  • resource/aws_db_instance: character_set_name now cannot be set with replicate_source_db, restore_to_point_in_time, s3_import, or snapshot_identifier. (#42348)
  • resource/aws_dms_endpoint: Remove s3_settings attribute. Use aws_dms_s3_endpoint instead (#42379)
  • resource/aws_dx_gateway_association: vpn_gateway_id has been removed (#42323)
  • resource/aws_ec2_spot_instance_fleet: terminate_instances_on_delete now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_ec2_spot_instance_request: Remove block_duration_minutes attribute (#42060)
  • resource/aws_ecs_task_definition: Remove inference_accelerator attribute. Amazon Elastic Inference reached end of life on April, 2024. (#42137)
  • resource/aws_eip: vpc has been removed. Use domain instead. (#42340)
  • resource/aws_eks_addon: resolve_conflicts has been removed. Use resolve_conflicts_on_create and resolve_conflicts_on_update instead. (#42318)
  • resource/aws_elasticache_cluster: auto_minor_version_upgrade now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_elasticache_replication_group: at_rest_encryption_enabled and auto_minor_version_upgrade now only accept one of "" (empty string), true, or false (#42434)
  • resource/aws_elasticache_replication_group: auth_token_update_strategy no longer has a default value. If auth_token is set, auth_token_update_strategy must also be explicitly configured. (#42336)
  • resource/aws_evidently_feature: variations.value.bool_value now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_flow_log: log_group_name has been removed. Use log_destination instead. (#42333)
  • resource/aws_globalaccelerator_accelerator: The id attribute is now computed only (#42097)
  • resource/aws_guardduty_detector: Deprecates datasources. Use aws_guardduty_detector_feature resources instead. (#42436)
  • resource/aws_guardduty_organization_configuration: The auto_enable attribute has been removed (#42251)
  • resource/aws_identitystore_group: filter has been removed (#42325)
  • resource/aws_imagebuilder_container_recipe: instance_configuration.block_device_mapping.ebs.delete_on_termination and instance_configuration.block_device_mapping.ebs.encrypted now only accept one of "" (empty string), true, or false (#42434)
  • resource/aws_imagebuilder_image_recipe: block_device_mapping.ebs.delete_on_termination and block_device_mapping.ebs.encrypted now only accept one of "" (empty string), true, or false (#42434)
  • resource/aws_instance: Remove cpu_core_count and cpu_threads_per_core. Instead, use cpu_options. (#42280)
  • resource/aws_instance: user_data now displays cleartext instead of a hash. Base64 encoded content should use user_data_base64 instead. (#42078)
  • resource/aws_launch_template: block_device_mappings.ebs.delete_on_termination, block_device_mappings.ebs.encrypted, ebs_optimized, network_interfaces.associate_carrier_ip_address, network_interfaces.associate_public_ip_address, network_interfaces.delete_on_termination, and network_interfaces.primary_ipv6 now only accept one of "" (empty string), true, or false (#42434)
  • resource/aws_launch_template: Remove elastic_inference_accelerator attribute. Amazon Elastic Inference reached end of life on April, 2024. (#42137)
  • resource/aws_launch_template: elastic_gpu_specifications has been removed (#42312)
  • resource/aws_lb_listener: mutual_authentication attributes advertise_trust_store_ca_names, ignore_client_certificate_expiry, and trust_store_arn are only valid if mode is verify (#42326)
  • resource/aws_lb_target_group: preserve_client_ip now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_mq_broker: logs.audit now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_networkmanager_core_network: The base_policy_region argument has been removed. Use base_policy_regions instead. (#38398)
  • resource/aws_opensearch_domain: kibana_endpoint has been removed (#42268)
  • resource/aws_opensearchserverless_security_config: saml_options is now a list nested block instead of a single nested block (#42270)
  • resource/aws_paymentcryptography_key: key_attributes and key_attributes.key_modes_of_use are now list nested blocks instead of single nested blocks. (#42264)
  • resource/aws_quicksight_data_set: tags_all has been removed (#42260)
  • resource/aws_redshift_cluster: Attributes cluster_public_key, cluster_revision_number, and endpoint are now read only and should not be set (#42119)
  • resource/aws_redshift_cluster: The logging attribute has been removed (#42013)
  • resource/aws_redshift_cluster: The publicly_accessible attribute now defaults to false (#41978)
  • resource/aws_redshift_cluster: The snapshot_copy attribute has been removed (#41995)
  • resource/aws_rekognition_stream_processor: regions_of_interest.bounding_box is now a list nested block instead of a single nested block (#41380)
  • resource/aws_resiliencehub_resiliency_policy: policy, policy.az, policy.hardware, policy.software, and policy.region are now list nested blocks instead of single nested blocks (#42297)
  • resource/aws_sagemaker_app_image_config: Exactly one code_editor_app_image_config, jupyter_lab_image_config, or kernel_gateway_image_config block must be configured (#42753)
  • resource/aws_sagemaker_image_version: id is now a comma-delimited string concatenating image_name and version (#42536)
  • resource/aws_sagemaker_notebook_instance: Remove accelerator_types from your configuration—it no longer exists. Instead, use instance_type to use Inferentia. (#42099)
  • resource/aws_ssm_association: Remove instance_id argument (#42224)
  • resource/aws_verifiedpermissions_schema: definition is now a list nested block instead of a single nested block (#42305)
  • resource/aws_wafv2_web_acl: rule.statement.managed_rule_group_statement.managed_rule_group_configs.aws_managed_rules_bot_control_rule_set.enable_machine_learning now defaults to false (#39858)

NOTES:

  • data-source/aws_cloudtrail_service_account: This data source is deprecated. AWS recommends using a service principal name instead of an AWS account ID in any relevant IAM policy. (#42320)
  • data-source/aws_kms_secret: This data source will be removed in a future version (#42524)
  • data-source/aws_region: The name attribute has been deprecated. All configurations using name should be updated to use the region attribute instead (#42131)
  • data-source/aws_s3_bucket: Add bucket_region attribute. Use of the bucket_region attribute instead of the region attribute is encouraged (#42014)
  • data-source/aws_servicequotas_templates: The region attribute has been deprecated. All configurations using region should be updated to use the aws_region attribute instead (#42131)
  • data-source/aws_ssmincidents_replication_set: The region attribute has been deprecated. All configurations using region should be updated to use the regions attribute instead (#42014)
  • data-source/aws_vpc_endpoint_service: The region attribute has been deprecated. All configurations using region should be updated to use the service_region attribute instead (#42014)
  • data-source/aws_vpc_peering_connection: The region attribute has been deprecated. All configurations using region should be updated to use the requester_region attribute instead (#42014)
  • provider: Support for the global S3 endpoint is deprecated, along with the s3_us_east_1_regional_endpoint argument. The ability to use the global S3 endpoint will be removed in v7.0.0. (#42375)
  • resource/aws_cloudformation_stack_set_instance: The region attribute has been deprecated. All configurations using region should be updated to use the stack_set_instance_region attribute instead (#42014)
  • resource/aws_codeconnections_host: Deprecates id in favor of arn (#42232)
  • resource/aws_config_aggregate_authorization: The region attribute has been deprecated. All configurations using region should be updated to use the authorized_aws_region attribute instead (#42014)
  • resource/aws_dx_hosted_connection: The region attribute has been deprecated. All configurations using region should be updated to use the connection_region attribute instead (#42014)
  • resource/aws_elasticache_replication_group: The ability to provide an uppercase engine value is deprecated (#42419)
  • resource/aws_elasticache_user: The ability to provide an uppercase engine value is deprecated (#42419)
  • resource/aws_elasticache_user_group: The ability to provide an uppercase engine value is deprecated (#42419)
  • resource/aws_elastictranscoder_pipeline: This resource is deprecated. Use AWS Elemental MediaConvert instead. (#42313)
  • resource/aws_elastictranscoder_preset: This resource is deprecated. Use AWS Elemental MediaConvert instead. (#42313)
  • resource/aws_evidently_feature: This resource is deprecated. Use AWS AppConfig feature flags instead. (#42227)
  • resource/aws_evidently_launch: This resource is deprecated. Use AWS AppConfig feature flags instead. (#42227)
  • resource/aws_evidently_project: This resource is deprecated. Use AWS AppConfig feature flags instead. (#42227)
  • resource/aws_evidently_segment: This resource is deprecated. Use AWS AppConfig feature flags instead. (#42227)
  • resource/aws_guardduty_organization_configuration: datasources now returns a deprecation warning (#42251)
  • resource/aws_kinesis_analytics_application: Effective January 27, 2026, AWS will no longer support Kinesis Data Analytics for SQL. This resource is deprecated and will be removed in a future version. Use the aws_kinesisanalyticsv2_application resource instead (#42102)
  • resource/aws_media_store_container: This resource is deprecated. It will be removed in a future version. Use S3, AWS MediaPackage, or other storage solution instead. (#42265)
  • resource/aws_media_store_container_policy: This resource is deprecated. It will be removed in a future version. Use S3, AWS MediaPackage, or other storage solution instead. (#42265)
  • resource/aws_redshift_cluster: The default value of encrypted is now true to match the AWS API. (#42631)
  • resource/aws_s3_bucket: Add bucket_region attribute. Use of the bucket_region attribute instead of the region attribute is encouraged (#42014)
  • resource/aws_service_discovery_service: health_check_custom_config.failure_threshold is deprecated. The argument is no longer supported by AWS and is always set to 1 (#40777)
  • resource/aws_servicequotas_template: The region attribute has been deprecated. All configurations using region should be updated to use the aws_region attribute instead (#42131)
  • resource/aws_ssmincidents_replication_set: The region attribute has been deprecated. All configurations using region should be updated to use the regions attribute instead (#42014)

ENHANCEMENTS:

  • data-source/aws_ami: Add allow_unsafe_filter argument (#42114)
  • data-source/aws_availability_zone: Add group_long_name attribute (#42014)
  • data-source/aws_availability_zone: Mark region as Optional, allowing a value to be configured (#42014)
  • resource/aws_auditmanager_assessment: Add plan-time validation of roles.role_arn and roles.role_type (#42131)
  • provider: Add enhanced region support to most resources, data sources, and ephemeral resources, allowing per-resource Region targeting without requiring multiple provider configurations. See the Enhanced Region Support guide for more information. (#43075)
  • resource/aws_auditmanager_control: Add plan-time validation of control_mapping_sources.source_frequency, control_mapping_sources.source_set_up_option, and control_mapping_sources.source_type (#42131)
  • resource/aws_auditmanager_framework_share: Add plan-time validation of destination_account (#42741)
  • resource/aws_auditmanager_organization_admin_account_registration: Add plan-time validation of admin_account_id (#42741)
  • resource/aws_cognito_user_in_group: Add import support (#34082)
  • resource/aws_ecs_service: Add arn attribute (#42733)
  • resource/aws_guardduty_detector: Adds validation to finding_publishing_frequency. (#42436)
  • resource/aws_lb_listener: mutual_authentication attribute trust_store_arn is required if mode is verify (#42326)
  • resource/aws_quicksight_iam_policy_assignment: Add plan-time validation of policy_arn (#42131)
  • resource/aws_sagemaker_image_version: Add aliases argument (#42610)
  • resource/aws_securitylake_subscriber: Add plan-time validation of access_type source.aws_log_source_resource.source_name, and subscriber_identity.external_id (#42131)

BUG FIXES:

  • resource/aws_auditmanager_control: Fix Provider produced inconsistent result after apply errors (#42131)
  • resource/aws_redshift_cluster: Fixes permanent diff when encrypted is not explicitly set to true. (#42631)
  • resource/aws_rekognition_stream_processor: Fix regions_of_interest.bounding_box and regions_of_interest.polygon argument validation (#41380)
  • resource/aws_sagemaker_image_version: Read the correct image version after creation rather than always fetching the latest (#42536)
  • resource/aws_securitylake_subscriber: Change access_type to ForceNew (#42131)
Jun 12, 2025

NOTES:

  • resource/aws_route53_vpc_association_authorization: Because we cannot easily replicate the highly concurrent environments in which these errors have been observed, this fix is best effort and we ask for community help in verifying the reported issues are resolved by this change (#42948)

FEATURES:

  • New Resource: aws_dsql_cluster (#41868)
  • New Resource: aws_dsql_cluster_peering (#41868)
  • New Resource: aws_prometheus_workspace_configuration (#42478)
  • New Resource: aws_s3control_directory_bucket_access_point_scope (#42338)
  • New Resource: aws_vpc_route_server (#42392)
  • New Resource: aws_vpc_route_server_endpoint (#42392)
  • New Resource: aws_vpc_route_server_peer (#42392)
  • New Resource: aws_vpc_route_server_propagation (#42392)
  • New Resource: aws_vpc_route_server_vpc_association (#42392)
  • New Resource: aws_workspacesweb_data_protection_settings (#42852)
  • New Resource: aws_workspacesweb_ip_access_settings (#42863)
  • New Resource: aws_workspacesweb_user_access_logging_settings (#42868)

ENHANCEMENTS:

  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for ap-east-2 AWS Region (#42915)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for ap-east-2 AWS Region (#42915)
  • data-source/aws_neptune_engine_version: Add several arguments and attributes to support dynamic selection of versions including latest, has_major_target, preferred_major_targets, and preferred_upgrade_targets (#42854)
  • data-source/aws_s3_bucket: Add hosted zone ID for ap-east-2 AWS Region (#42915)
  • provider: Support ap-east-2 as a valid AWS Region (#42906)
  • resource/aws_fsx_lustre_file_system: Add data_read_cache_configuration and throughput_capacity arguments in support of the Intelligent-Tiering storage class (#42839)
  • resource/aws_pinpointsmsvoicev2_phone_number: Add two_way_channel_role argument (#42950)
  • resource/aws_route53_vpc_association_authorization: Add configurable timeouts for create, read, and delete (#42948)
  • resource/aws_s3_access_point: Add support for S3 Directory Buckets (#42338)
  • resource/aws_s3control_access_point_policy: Add support for S3 Directory Buckets (#42338)
  • resource/aws_vpn_connection: Add preshared_key_storage argument and preshared_key_arn attribute (#42819)
  • resource/aws_wafv2_rule_group: Add statement.asn_match_statement configuration block (#42965)
  • resource/aws_wafv2_web_acl: Add statement.asn_match_statement configuration block (#42965)

BUG FIXES:

  • resource/aws_cloudfrontkeyvaluestore_keys_exclusive: Batch update operations to stay under the Key Value Store Service Quota. The max_batch_size argument can be used to override the default value of 50 items. (#42795)
  • resource/aws_cloudwatch_log_destination: Fix to return the first matched destination name during the read operation. This fixes a regression introduced in v5.83.0 (#42896)
  • resource/aws_cloudwatch_log_group: Fix to return the first matched group name during the read operation. This fixes a regression introduced in v5.83.0 (#42896)
  • resource/aws_cloudwatch_log_metric_filter: Fix to return the first matched filter name during the read operation. This fixes a regression introduced in v5.83.0 (#42896)
  • resource/aws_cloudwatch_log_query_definition: Fix to return the first matched query definition ID during the read operation. This fixes a regression introduced in v5.83.0 (#42896)
  • resource/aws_cloudwatch_log_resource_policy: Fix to return the first matched policy name during the read operation. This fixes a regression introduced in v5.83.0 (#42896)
  • resource/aws_cloudwatch_log_subscription_filter: Fix to return the first matched filter name during the read operation. This fixes a regression introduced in v5.83.0 (#42896)
  • resource/aws_dynamodb_table: Set new computed value for stream_arn attribute when changing stream_view_type (#42561)
  • resource/aws_neptune_cluster: Enable minor and major version upgrades by fixing various issues preventing them (#42854)
  • resource/aws_neptune_global_cluster: Enable minor and major version upgrades by fixing various issues preventing them (#42854)
  • resource/aws_route53_vpc_association_authorization: Retry InvalidPaginationToken errors on read (#42948)
  • resource/aws_verifiedaccess_endpoint: Fix InvalidParameterValue: The value of loadBalancerOptions.port you provided is not valid errors when creating TCP load balancer endpoints (#42736)
  • resource/aws_vpc_endpoint_subnet_association: Fix OperationInProgress: VpcEndpoint modify operation in progress errors when deleting multiple associations in parallel (#42884)
Jun 5, 2025

ENHANCEMENTS:

  • resource/aws_auditmanager_framework_share: Add plan-time validation of destination_account (#42741)
  • resource/aws_auditmanager_organization_admin_account_registration: Add plan-time validation of admin_account_id (#42741)
  • resource/aws_ecs_service: Add arn attribute (#42733)
May 30, 2025

BUG FIXES:

  • resource/aws_fms_admin_account: Fix panic: runtime error: invalid memory address or nil pointer dereference (#42813)
  • resource/aws_lb: Ignore InvalidAction exceptions for DescribeCapacityReservation operations. This fixes a regression introduced in v5.99.0 (#42812)
  • resource/aws_s3_bucket_lifecycle_configuration: Correctly handles switching child attributes of rule.filter. (#42655)
May 29, 2025

FEATURES:

  • New Resource: aws_notifications_channel_association (#42575)
  • New Resource: aws_notifications_event_rule (#42575)
  • New Resource: aws_notifications_notification_configuration (#42575)
  • New Resource: aws_notifications_notification_hub (#42544)
  • New Resource: aws_notificationscontacts_email_contact (#42575)
  • New Resource: aws_quicksight_account_settings (#42185)
  • New Resource: aws_workspacesweb_browser_settings (#42681)
  • New Resource: aws_workspacesweb_network_settings (#42722)
  • New Resource: aws_workspacesweb_user_settings (#42783)

ENHANCEMENTS:

  • data-source/aws_ami: Add block_device_mappings.ebs["volume_initialization_rate"] attribute (#42684)
  • data-source/aws_launch_template: Add block_device_mappings.ebs.volume_initialization_rate attribute (#42684)
  • data-source/aws_verifiedpermissions_policy_store: Add tags attribute. This functionality requires the verifiedpermissions:ListTagsForResource IAM permission (#42663)
  • resource/aws_ecs_service: Add volume_configuration.managed_ebs_volume.volume_initialization_rate argument (#42750)
  • resource/aws_launch_template: Add block_device_mappings.ebs.volume_initialization_rate argument (#42684)
  • resource/aws_lb: Add minimum_load_balancer_capacity configuration block. This functionality requires the elasticloadbalancing:DescribeCapacityReservations and elasticloadbalancing:ModifyCapacityReservation IAM permissions (#42685)
  • resource/aws_organizations_account: Allow name to be updated in-place. This functionality requires the account:PutAccountName IAM permission (#42350)
  • resource/aws_securityhub_standards_subscription: Add configurable Create and Delete timeouts (#42759)
  • resource/aws_verifiedpermissions_policy_store: Add tags argument and tags_all attribute. This functionality requires the verifiedpermissions:ListTagsForResource, verifiedpermissions:TagResource, and verifiedpermissions:UntagResource IAM permissions (#42663)

BUG FIXES:

  • data-source/aws_ecr_repository_creation_template: prefix can now be up to 256 characters (#42723)
  • resource/aws_cloudwatch_log_stream: Fix to return the first matched stream name during the read operation. This fixes a regression introduced in v5.83.0 (#42719)
  • resource/aws_cognitoidp_user_pool: Fix crash when the user_pool_add_ons.advanced_security_additional_flows block is non-empty, but contains only a single nil value. (#42793)
  • resource/aws_ecr_repository_creation_template: prefix can now be up to 256 characters (#42723)
  • resource/aws_elasticache_replication_group: Fix crash during read operations where configuration endpoint and node groups are nil and empty, respectively (#42726)
  • resource/aws_s3_bucket: Ensure that HeadBucket S3 API calls are made using configured credentials. This fixes a regression introduced in v5.98.0 (#42786)
  • resource/aws_s3_bucket_lifecycle_configuration: No longer returns warning on empty rule.filter. (#42624)
  • resource/aws_vpc_endpoint: Fix issue where dns_options were not being updated correctly when private_dns_enabled was set to true (#42746)
May 22, 2025

BREAKING CHANGES:

  • provider: The endpoints.iotanalytics and endpoints.iotevents configuration arguments have been removed (#42703)
  • resource/aws_sagemaker_image_version: id is now a comma-delimited string concatenating image_name and version (#42536)

NOTES:

  • data-source/aws_kms_secret: This data source will be removed in a future version (#42524)
  • resource/aws_redshift_cluster: The default value of encrypted is now true to match the AWS API. (#42631)

ENHANCEMENTS:

  • resource/aws_sagemaker_image_version: Add aliases argument (#42610)

BUG FIXES:

  • resource/aws_redshift_cluster: Fixes permanent diff when encrypted is not explicitly set to true. (#42631)
  • resource/aws_sagemaker_image_version: Read the correct image version after creation rather than always fetching the latest (#42536)
May 15, 2025

FEATURES:

  • New Data Source: aws_account_primary_contact (#42526)
  • New Data Source: aws_dynamodb_tables (#42339)
  • New Resource: aws_bedrockagent_prompt (#42211)
  • New Resource: aws_cloudfrontkeyvaluestore_keys_exclusive (#42246)
  • New Resource: aws_dataexchange_revision_assets (#42272)
  • New Resource: aws_inspector2_filter (#42374)
  • New Resource: aws_wafv2_api_key (#42525)

ENHANCEMENTS:

  • data-source/aws_cloudwatch_event_bus: Add dead_letter_config attribute (#42471)
  • data-source/aws_cloudwatch_event_connection: Add kms_key_identifier attribute (#42385)
  • data-source/aws_cognito_user_pool_client: Add refresh_token_rotation attribute (#42430)
  • data-source/aws_cognitoidp_user_pool: Add user_pool_add_ons attribute (#42470)
  • data-source/aws_dynamodb_table: Add point_in_time_recovery.recovery_period_in_days attribute (#41484)
  • data-source/aws_ec2_client_vpn_endpoint: Add client_route_enforcement_options attribute (#42424)
  • data-source/aws_imagebuilder_distribution_configuration: Add distribution.ssm_parameter_configuration attribute (#42604)
  • data-source/aws_redshiftserverless_workgroup: Add track_name attribute (#42451)
  • data-source/aws_workspaces_directory: Add active_directory_config, user_identity_type, workspace_directory_description, workspace_directory_name, and workspace_type attributes (#42330)
  • resource/aws_appflow_flow: Add destination_flow_config.destination_connector_properties.salesforce.data_transfer_api argument (#42479)
  • resource/aws_autoscaling_group: Add capacity_reservation_specification argument (#42380)
  • resource/aws_bedrockagent_agent: Add prepared_at attribute. (#42586)
  • resource/aws_bedrockagent_agent: Increase instruction max length for validation to 20000 (#42596)
  • resource/aws_cloudwatch_event_bus: Add dead_letter_config argument (#42471)
  • resource/aws_cloudwatch_event_connection: Add kms_key_identifier argument (#42385)
  • resource/aws_cognito_managed_user_pool_client: Add refresh_token_rotation argument (#42430)
  • resource/aws_cognito_user_pool_client: Add refresh_token_rotation argument (#42430)
  • resource/aws_cognitoidp_user_pool: Add user_pool_add_ons.advanced_security_additional_flows argument (#42470)
  • resource/aws_docdb_cluster: Add manage_master_user_password argument and master_user_secret attribute (#42563)
  • resource/aws_dynamodb_table: Add point_in_time_recovery.recovery_period_in_days argument (#41484)
  • resource/aws_ec2_client_vpn_endpoint: Add client_route_enforcement_options argument (#42424)
  • resource/aws_ecs_account_setting_default: Add support for defaultLogDriverMode value in Name argument (#42418)
  • resource/aws_imagebuilder_distribution_configuration: Add distribution.ssm_parameter_configuration argument (#42604)
  • resource/aws_iot_domain_configuration: Add application_protocol and authentication_type arguments (#42534)
  • resource/aws_msk_serverless_cluster: Add bootstrap_brokers_sasl_iam attribute. This functionality requires the kafka:GetBootstrapBrokers IAM permission (#42148)
  • resource/aws_redshiftserverless_workgroup: Add track_name argument (#42451)
  • resource/aws_rum_app_monitor: Add domain_list argument (#42456)
  • resource/aws_rum_app_monitor: Mark domain as Optional (#42456)
  • resource/aws_s3tables_table: Add encryption_configuration argument. This functionality requires the s3tables:GetTableEncryption IAM permission (#42356)
  • resource/aws_s3tables_table_bucket: Add encryption_configuration argument. This functionality requires the s3tables:GetTableBucketEncryption IAM permission (#42356)
  • resource/aws_securityhub_finding_aggregator: Support NO_REGIONS as a valid value for linking_mode (#42574)
  • resource/aws_sns_topic: Add fifo_throughput_scope argument (#42508)
  • resource/aws_wafv2_rule_group: Add uri_fragment to field_to_match configuration blocks (#42407)
  • resource/aws_wafv2_web_acl: Add data_protection_config argument (#42404)
  • resource/aws_wafv2_web_acl: Add uri_fragment to field_to_match configuration blocks (#42407)
  • resource/aws_workspaces_directory: Add active_directory_config, user_identity_type, workspace_directory_description, workspace_directory_name, and workspace_type arguments in support of WorkSpaces Pools (#42330)
  • resource/aws_workspaces_directory: Mark directory_id as Optional (#42330)

BUG FIXES:

  • aws_sagemaker_mlflow_tracking_server: Fix ValidationException: The provided MLflow version is not supported errors (#42435)
  • data-source/aws_networkfirewall_firewall_policy: Add firewall_policy.policy_variables configuration block (#42473)
  • resource/aws_bedrockagent_agent_alias: Stop using state for unknown on routing_configuration so we only send it on update when explicility configured. This allows updates to aliases to create new versions. (#42603)
  • resource/aws_cloudwatch_metric_alarm: Support 20 as a valid value for metric_query.metric.period, metric_query.period, and period (#42390)
  • resource/aws_controltower_control: Fix handling ResourceNotFound exceptions during delete (#42494)
  • resource/aws_controltower_control: Fix handling of parameters block removal (#42494)
  • resource/aws_ec2_network_insights_path: Fix failure when filter_at_source.source_address is unspecified. (#42369)
  • resource/aws_instance: Fix InvalidNetworkInterface.InUse errors on Create (#42623)
  • resource/aws_lb_listener: Don't send zero value (false, 0 or "") for unconfigured listener attributes on Create (#41846)
  • resource/aws_rds_cluster_parameter_group: Fix InvalidParameterValue: collation_server '..' is not valid for character_set '...' errors on Create (#42559)
May 7, 2025

BREAKING CHANGES:

  • data-source/aws_ami: The severity of the diagnostic returned when most_recent is true and owner and image ID filter criteria has been increased to an error. Existing configurations which were previously receiving a warning diagnostic will now fail to apply. To prevent this error, set the owner argument or include a filter block with an image-id or owner-id name/value pair. To continue using unsafe filter values with most_recent set to true, set the new allow_unsafe_filter argument to true. This is not recommended. (#42114)
  • data-source/aws_ecs_task_definition: Remove inference_accelerator attribute. Amazon Elastic Inference reached end of life on April, 2024. (#42137)
  • data-source/aws_ecs_task_execution: Remove inference_accelerator_overrides attribute. Amazon Elastic Inference reached end of life on April, 2024. (#42137)
  • data-source/aws_elbv2_listener_rule: The action.authenticate_cognito, action.authenticate_oidc, action.fixed_response, action.forward, action.forward.stickiness, action.redirect, condition.host_header, condition.http_header, condition.http_request_method, condition.path_pattern, condition.query_string, and condition.source_ip attributes are now list nested blocks instead of single nested blocks (#42283)
  • data-source/aws_identitystore_user: filter has been removed (#42325)
  • data-source/aws_launch_template: Remove elastic_inference_accelerator attribute. Amazon Elastic Inference reached end of life on April, 2024. (#42137)
  • data-source/aws_launch_template: elastic_gpu_specifications has been removed (#42312)
  • data-source/aws_opensearch_domain: kibana_endpoint has been removed (#42268)
  • data-source/aws_opensearchserverless_security_config: saml_options is now a list nested block instead of a single nested block (#42270)
  • data-source/aws_service_discovery_service: Remove tags_all attribute (#42136)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_application resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_custom_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_ecs_cluster_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_ganglia_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_haproxy_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_instance resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_java_app_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_memcached_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_mysql_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_nodejs_app_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_permission resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_php_app_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_rails_app_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_rds_db_instance resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_stack resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_static_web_layer resource has been removed (#41948)
  • provider: As the AWS OpsWorks Stacks service has reached End Of Life, the aws_opsworks_user_profile resource has been removed (#41948)
  • provider: As the AWS SDK for Go v2 does not support Amazon SimpleDB the aws_simpledb_domain resource has been removed. Add a constraint to v5 of the Terraform AWS Provider for continued use of this resource (#41775)
  • provider: As the AWS SDK for Go v2 does not support Amazon Worklink, the aws_worklink_fleet resource has been removed (#42059)
  • provider: As the AWS SDK for Go v2 does not support Amazon Worklink, the aws_worklink_website_certificate_authority_association resource has been removed (#42059)
  • provider: The aws_redshift_service_account resource has been removed. AWS recommends that a service principal name should be used instead of an AWS account ID in any relevant IAM policy (#41941)
  • provider: The endpoints.opsworks configuration argument has been removed (#41948)
  • provider: The endpoints.simpledb and endpoints.sdb configuration arguments have been removed (#41775)
  • provider: The endpoints.worklink configuration argument has been removed (#42059)
  • resource/aws_accessanalyzer_archive_rule: filter.exists now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_alb_target_group: preserve_client_ip now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_api_gateway_account: The reset_on_delete argument has been removed (#42226)
  • resource/aws_api_gateway_deployment: Remove canary_settings, execution_arn, invoke_url, stage_description, and stage_name arguments. Instead, use the aws_api_gateway_stage resource to manage stages. (#42249)
  • resource/aws_batch_compute_environment: Rename compute_environment_name to name resource/aws_batch_compute_environment: Rename compute_environment_name_prefix to name_prefix (#38050)
  • resource/aws_batch_compute_environment_data_source: Rename compute_environment_name to name (#38050)
  • resource/aws_batch_job_queue: Remove deprecated parameter compute_environments in place of compute_environment_order (#40751)
  • resource/aws_bedrock_model_invocation_logging_configuration: logging_config, logging_config.cloudwatch_config, logging_config.cloudwatch_config.large_data_delivery_s3_config, and logging_config.s3_config are now list nested blocks instead of single nested blocks (#42307)
  • resource/aws_cloudfront_key_value_store: Attribute id is now set to remote object's Id instead of name (#42230)
  • resource/aws_cloudfront_response_headers_policy: The etag argument is now computed only (#38448)
  • resource/aws_cloudtrail_event_data_store: suspend now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_cognito_user_in_group: The id attribute is now a comma-delimited string concatenating the user_pool_id, group_name, and username arguments (#34082)
  • resource/aws_db_instance: character_set_name now cannot be set with replicate_source_db, restore_to_point_in_time, s3_import, or snapshot_identifier. (#42348)
  • resource/aws_dms_endpoint: Remove s3_settings attribute. Use aws_dms_s3_endpoint instead (#42379)
  • resource/aws_dx_gateway_association: vpn_gateway_id has been removed (#42323)
  • resource/aws_ec2_spot_instance_fleet: terminate_instances_on_delete now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_ec2_spot_instance_request: Remove block_duration_minutes attribute (#42060)
  • resource/aws_ecs_task_definition: Remove inference_accelerator attribute. Amazon Elastic Inference reached end of life on April, 2024. (#42137)
  • resource/aws_eip: vpc has been removed. Use domain instead. (#42340)
  • resource/aws_eks_addon: resolve_conflicts has been removed. Use resolve_conflicts_on_create and resolve_conflicts_on_update instead. (#42318)
  • resource/aws_elasticache_cluster: auto_minor_version_upgrade now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_elasticache_replication_group: at_rest_encryption_enabled and auto_minor_version_upgrade now only accept one of "" (empty string), true, or false (#42434)
  • resource/aws_elasticache_replication_group: auth_token_update_strategy no longer has a default value. If auth_token is set, auth_token_update_strategy must also be explicitly configured. (#42336)
  • resource/aws_evidently_feature: variations.value.bool_value now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_flow_log: log_group_name has been removed. Use log_destination instead. (#42333)
  • resource/aws_globalaccelerator_accelerator: The id attribute is now computed only (#42097)
  • resource/aws_guardduty_detector: Deprecates datasources. Use aws_guardduty_detector_feature resources instead. (#42436)
  • resource/aws_guardduty_organization_configuration: The auto_enable attribute has been removed (#42251)
  • resource/aws_identitystore_group: filter has been removed (#42325)
  • resource/aws_imagebuilder_container_recipe: instance_configuration.block_device_mapping.ebs.delete_on_termination and instance_configuration.block_device_mapping.ebs.encrypted now only accept one of "" (empty string), true, or false (#42434)
  • resource/aws_imagebuilder_image_recipe: block_device_mapping.ebs.delete_on_termination and block_device_mapping.ebs.encrypted now only accept one of "" (empty string), true, or false (#42434)
  • resource/aws_instance: Remove cpu_core_count and cpu_threads_per_core. Instead, use cpu_options. (#42280)
  • resource/aws_instance: user_data now displays cleartext instead of a hash. Base64 encoded content should use user_data_base64 instead. (#42078)
  • resource/aws_launch_template: block_device_mappings.ebs.delete_on_termination, block_device_mappings.ebs.encrypted, ebs_optimized, network_interfaces.associate_carrier_ip_address, network_interfaces.associate_public_ip_address, network_interfaces.delete_on_termination, and network_interfaces.primary_ipv6 now only accept one of "" (empty string), true, or false (#42434)
  • resource/aws_launch_template: Remove elastic_inference_accelerator attribute. Amazon Elastic Inference reached end of life on April, 2024. (#42137)
  • resource/aws_launch_template: elastic_gpu_specifications has been removed (#42312)
  • resource/aws_lb_listener: mutual_authentication attributes advertise_trust_store_ca_names, ignore_client_certificate_expiry, and trust_store_arn are only valid if mode is verify (#42326)
  • resource/aws_lb_target_group: preserve_client_ip now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_mq_broker: logs.audit now only accepts one of "" (empty string), true, or false (#42434)
  • resource/aws_networkmanager_core_network: The base_policy_region argument has been removed. Use base_policy_regions instead. (#38398)
  • resource/aws_opensearch_domain: kibana_endpoint has been removed (#42268)
  • resource/aws_opensearchserverless_security_config: saml_options is now a list nested block instead of a single nested block (#42270)
  • resource/aws_paymentcryptography_key: key_attributes and key_attributes.key_modes_of_use are now list nested blocks instead of single nested blocks. (#42264)
  • resource/aws_quicksight_data_set: tags_all has been removed (#42260)
  • resource/aws_redshift_cluster: Attributes cluster_public_key, cluster_revision_number, and endpoint are now read only and should not be set (#42119)
  • resource/aws_redshift_cluster: The logging attribute has been removed (#42013)
  • resource/aws_redshift_cluster: The publicly_accessible attribute now defaults to false (#41978)
  • resource/aws_redshift_cluster: The snapshot_copy attribute has been removed (#41995)
  • resource/aws_rekognition_stream_processor: regions_of_interest.bounding_box is now a list nested block instead of a single nested block (#41380)
  • resource/aws_resiliencehub_resiliency_policy: policy, policy.az, policy.hardware, policy.software, and policy.region are now list nested blocks instead of single nested blocks (#42297)
  • resource/aws_sagemaker_notebook_instance: Remove accelerator_types from your configuration—it no longer exists. Instead, use instance_type to use Inferentia. (#42099)
  • resource/aws_ssm_association: Remove instance_id argument (#42224)
  • resource/aws_verifiedpermissions_schema: definition is now a list nested block instead of a single nested block (#42305)
  • resource/aws_wafv2_web_acl: rule.statement.managed_rule_group_statement.managed_rule_group_configs.aws_managed_rules_bot_control_rule_set.enable_machine_learning now defaults to false (#39858)

NOTES:

  • data-source/aws_cloudtrail_service_account: This data source is deprecated. AWS recommends using a service principal name instead of an AWS account ID in any relevant IAM policy. (#42320)
  • data-source/aws_region: The name attribute has been deprecated. All configurations using name should be updated to use the region attribute instead (#42131)
  • data-source/aws_s3_bucket: Add bucket_region attribute. Use of the bucket_region attribute instead of the region attribute is encouraged (#42014)
  • data-source/aws_servicequotas_templates: The region attribute has been deprecated. All configurations using region should be updated to use the aws_region attribute instead (#42131)
  • data-source/aws_ssmincidents_replication_set: The region attribute has been deprecated. All configurations using region should be updated to use the regions attribute instead (#42014)
  • data-source/aws_vpc_endpoint_service: The region attribute has been deprecated. All configurations using region should be updated to use the service_region attribute instead (#42014)
  • data-source/aws_vpc_peering_connection: The region attribute has been deprecated. All configurations using region should be updated to use the requester_region attribute instead (#42014)
  • provider: Practitioners using Terraform 0.12 must pin the version of the AWS Provider to an exact version so as not to install a pre-release (#41722)
  • provider: Support for the global S3 endpoint is deprecated, along with the s3_us_east_1_regional_endpoint argument. The ability to use the global S3 endpoint will be removed in v7.0.0. (#42375)
  • resource/aws_cloudformation_stack_set_instance: The region attribute has been deprecated. All configurations using region should be updated to use the stack_set_instance_region attribute instead (#42014)
  • resource/aws_codeconnections_host: Deprecates id in favor of arn (#42232)
  • resource/aws_config_aggregate_authorization: The region attribute has been deprecated. All configurations using region should be updated to use the authorized_aws_region attribute instead (#42014)
  • resource/aws_dx_hosted_connection: The region attribute has been deprecated. All configurations using region should be updated to use the connection_region attribute instead (#42014)
  • resource/aws_elasticache_replication_group: The ability to provide an uppercase engine value is deprecated (#42419)
  • resource/aws_elasticache_user: The ability to provide an uppercase engine value is deprecated (#42419)
  • resource/aws_elasticache_user_group: The ability to provide an uppercase engine value is deprecated (#42419)
  • resource/aws_elastictranscoder_pipeline: This resource is deprecated. Use AWS Elemental MediaConvert instead. (#42313)
  • resource/aws_elastictranscoder_preset: This resource is deprecated. Use AWS Elemental MediaConvert instead. (#42313)
  • resource/aws_evidently_feature: This resource is deprecated. Use AWS AppConfig feature flags instead. (#42227)
  • resource/aws_evidently_launch: This resource is deprecated. Use AWS AppConfig feature flags instead. (#42227)
  • resource/aws_evidently_project: This resource is deprecated. Use AWS AppConfig feature flags instead. (#42227)
  • resource/aws_evidently_segment: This resource is deprecated. Use AWS AppConfig feature flags instead. (#42227)
  • resource/aws_guardduty_organization_configuration: datasources now returns a deprecation warning (#42251)
  • resource/aws_kinesis_analytics_application: Effective January 27, 2026, AWS will no longer support Kinesis Data Analytics for SQL. This resource is deprecated and will be removed in a future version. Use the aws_kinesisanalyticsv2_application resource instead (#42102)
  • resource/aws_media_store_container: This resource is deprecated. It will be removed in a future version. Use S3, AWS MediaPackage, or other storage solution instead. (#42265)
  • resource/aws_media_store_container_policy: This resource is deprecated. It will be removed in a future version. Use S3, AWS MediaPackage, or other storage solution instead. (#42265)
  • resource/aws_s3_bucket: Add bucket_region attribute. Use of the bucket_region attribute instead of the region attribute is encouraged (#42014)
  • resource/aws_service_discovery_service: health_check_custom_config.failure_threshold is deprecated. The argument is no longer supported by AWS and is always set to 1 (#40777)
  • resource/aws_servicequotas_template: The region attribute has been deprecated. All configurations using region should be updated to use the aws_region attribute instead (#42131)
  • resource/aws_ssmincidents_replication_set: The region attribute has been deprecated. All configurations using region should be updated to use the regions attribute instead (#42014)

ENHANCEMENTS:

  • data-source/aws_ami: Add allow_unsafe_filter argument (#42114)
  • data-source/aws_availability_zone: Add group_long_name attribute (#42014)
  • data-source/aws_availability_zone: Mark region as Optional, allowing a value to be configured (#42014)
  • resource/aws_auditmanager_assessment: Add plan-time validation of roles.role_arn and roles.role_type (#42131)
  • resource/aws_auditmanager_control: Add plan-time validation of control_mapping_sources.source_frequency, control_mapping_sources.source_set_up_option, and control_mapping_sources.source_type (#42131)
  • resource/aws_cognito_user_in_group: Add import support (#34082)
  • resource/aws_guardduty_detector: Adds validation to finding_publishing_frequency. (#42436)
  • resource/aws_lb_listener: mutual_authentication attribute trust_store_arn is required if mode is verify (#42326)
  • resource/aws_quicksight_iam_policy_assignment: Add plan-time validation of policy_arn (#42131)
  • resource/aws_securitylake_subscriber: Add plan-time validation of access_type source.aws_log_source_resource.source_name, and subscriber_identity.external_id (#42131)

BUG FIXES:

  • resource/aws_auditmanager_control: Fix Provider produced inconsistent result after apply errors (#42131)
  • resource/aws_rekognition_stream_processor: Fix regions_of_interest.bounding_box and regions_of_interest.polygon argument validation (#41380)
  • resource/aws_securitylake_subscriber: Change access_type to ForceNew (#42131)
May 1, 2025

FEATURES:

  • New Resource: aws_ec2_default_credit_specification (#42345)

ENHANCEMENTS:

  • data-source/aws_glue_connection: Support athena_properties attribute (#42262)
  • data-source/aws_imagebuilder_infrastructure_configuration: Add placement attribute (#42347)
  • data-source/aws_networkfirewall_firewall: Add enabled_analysis_types attribute (#42160)
  • data-source/aws_workspaces_directory: Add certificate_based_auth_properties attribute (#42269)
  • resource/aws_accessanalyzer_analyzer: Add configuration.unused_access.analysis_rule argument (#42332)
  • resource/aws_fis_experiment_template: Add support for ManagedResources to action.*.target (#42376)
  • resource/aws_glue_connection: Add athena_properties argument and allow DYNAMODB connection type. (#42262)
  • resource/aws_glue_connection: Support DYNAMODB as a valid value for connection_type (#42262)
  • resource/aws_imagebuilder_infrastructure_configuration: Add placement argument (#42347)
  • resource/aws_networkfirewall_firewall: Add enabled_analysis_types argument (#42160)
  • resource/aws_workspaces_directory: Add certificate_based_auth_properties configuration block (#42269)

BUG FIXES:

  • resource/aws_vpclattice_listener_rule: Prevents error when setting listener_identifier to ARN. (#42215)
  • resource/aws_vpclattice_listener_rule: Prevents error when setting service_identifier to ARN. (#42215)
  • resource/aws_vpclattice_listener_rule: Requires match.http_match. (#42215)
  • resource/aws_vpclattice_listener_rule: Requires exactly one of action.fixed_response or action.forward. (#42215)
Apr 24, 2025

FEATURES:

  • New Data Source: aws_fis_experiment_templates (#37060)
  • New Data Source: aws_vpc_endpoint_associations (#41918)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add endpoint_configuration.ip_address_type attribute (#42146)
  • data-source/aws_api_gateway_rest_api: Add endpoint_configuration.ip_address_type attribute (#42146)
  • data-source/aws_apigatewayv2_api: Add ip_address_type attribute (#42145)
  • data-source/aws_dms_endpoint: Add kinesis_settings.use_large_integer_value attribute (#42300)
  • data-source/aws_guardduty_detector: Add arn attribute (#42344)
  • data-source/aws_guardduty_detector: Add tags attribute (#42344)
  • resource/aws_api_gateway_domain_name: Add endpoint_configuration.ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#42146)
  • resource/aws_api_gateway_rest_api: Add endpoint_configuration.ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#42146)
  • resource/aws_apigatewayv2_api: Add ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#42145)
  • resource/aws_apigatewayv2_domain_name: Add domain_name_configuration.ip_address_type argument to support dual-stack (IPv4 and IPv6) endpoints (#42145)
  • resource/aws_dms_endpoint: Add kinesis_settings.use_large_integer_value argument (#42300)
  • resource/aws_fis_experiment_template: Add experiment_report_configuration argument (#41120)

BUG FIXES:

  • resource/aws_elasticache_replication_group: Fix malformed version error when parsing 7.x redis engine versions (#42346)
  • resource/aws_iam_user: Retry ConcurrentModificationExceptions during user creation (#42081)
  • resource/aws_rds_cluster: Fix InvalidParameterValue: SecondsUntilAutoPause can only be specified when minimum capacity is 0 errors when removing serverlessv2_scaling_configuration.seconds_until_auto_pause (#41180)
Apr 17, 2025

NOTES:

  • resource/aws_api_gateway_deployment: Computed attributes invoke_url and execution_arn are deprecated. Use the invoke_url and execution_arn attributes of the aws_api_gateway_stage resource instead. (#42244)

FEATURES:

  • New Resource: aws_redshift_integration (#42105)

ENHANCEMENTS:

  • data-source/aws_ec2_network_insights_path: Support filter_at_destination and filter_at_source attributes (#42214)
  • resource/aws_amplify_app: Add compute_role_arn argument (#41650)
  • resource/aws_codebuild_webhook: Add manual_creation argument (#40155)
  • resource/aws_cognito_user_pool_domain: Add managed_login_version argument (#40855)
  • resource/aws_ec2_network_insights_path: Add filter_at_destination and filter_at_source configuration blocks (#42214)
  • resource/aws_eks_cluster: Add force_update_version argument (#42134)
  • resource/aws_prometheus_scraper: Allow alias, destination, role_configuration, and scrape_configuration to be updated in-place (#42109)
  • resource/aws_redshiftserverless_workgroup: Add price_performance_target argument (#40946)
  • resource/aws_sagemaker_image_version: Add horovod, job_type, ml_framework, processor, programming_lang, release_notes, and vendor_guidance arguments (#42143)
  • resource/aws_sagemaker_notebook_lifecycle_configuration: Add tags argument and tags_all attribute (#42141)
  • resource/aws_transfer_server: Add TransferSecurityPolicy-2025-03, TransferSecurityPolicy-FIPS-2025-03, and TransferSecurityPolicy-SshAuditCompliant-2025-02 as valid values for security_policy_name (#42164)

BUG FIXES:

  • resource/aws_elasticache_serverless_cache: Fix to allow in-place updates when engine is changed from redis to valkey (#42208)
  • resource/aws_kms_custom_key_store: Fix panic: runtime error: invalid memory address or nil pointer dereference when no XksProxyConfiguration is returned (#42241)
  • resource/aws_s3_bucket_lifecycle_configuration: Fix errors when removing rule from top of list (#42228)
  • resource/aws_s3_bucket_lifecycle_configuration: Fix potential eventual consistency errors in some regions (#41764)
  • resource/aws_s3_bucket_lifecycle_configuration: No longer allows empty rule.filter.and.tags (#42041)
  • resource/aws_sagemaker_domain: Allow default_user_settings.custom_file_system_config and default_space_settings.custom_file_system_config to be removed on Update (#42144)
  • resource/aws_sagemaker_user_profile: Allow user_settings.custom_file_system_config to be removed on Update (#42144)
Apr 4, 2025

BUG FIXES:

  • resource/aws_sns_topic_subscription: Ignore AuthorizationError exceptions for ListSubscriptionByTopic operations. This fixes a regression introduced in v5.94.0. (#42117)
Apr 3, 2025

NOTES:

  • resource/aws_ssm_parameter: The overwrite argument is no longer deprecated (#42030)

ENHANCEMENTS:

  • data-source/aws_ami: Add last_launched_time attribute (#42049)
  • resource/aws_ami: Add last_launched_time attribute (#42049)
  • resource/aws_ami_copy: Add last_launched_time attribute (#42049)
  • resource/aws_ami_from_instance: Add last_launched_time attribute (#42049)
  • resource/aws_glue_job: Add source_control_details argument (#42046)
  • resource/aws_lambda_function: Add support for ruby3.4 runtime value (#42052)
  • resource/aws_lambda_layer_version: Add support for ruby3.4 compatible_runtimes value (#42052)
  • resource/aws_prometheus_scraper: Add role_configuration argument (#42039)
  • resource/aws_s3_bucket_lifecycle_configuration: Adds warning if multiple attributes in rule.expiration are set (#42036)
  • resource/aws_s3_bucket_lifecycle_configuration: Adds warning if neither rule.prefix nor rule.filter is set (#42036)
  • resource/aws_s3_bucket_lifecycle_configuration: Adds warning if neither rule.transition.date nor rule.transition.days is set and error if both are set (#42036)
  • resource/aws_s3_bucket_lifecycle_configuration: Removes spurious "known after apply" notations in plan (#42036)

BUG FIXES:

  • resource/aws_cloudformation_type: Set the default version of an extension to the newly created version. This fixes CFNRegistryException: Version '...' is the default version and cannot be deregistered errors when deregistering an extension and the create_before_destroy meta-argument is true (#38855)
  • resource/aws_connect_queue: Fix API limitation when assigning more than 50 Quick Connects to a queue (#42108)
  • resource/aws_ecs_service: Fix missing volume_configuration and service_connect_configurations values from state read/refresh (#41998)
  • resource/aws_ecs_service: Mark service_connect_configuration.service.discovery_name and service_connect_configuration.service.client_alias.dns_name as Computed (#41998)
  • resource/aws_msk_cluster: Fix Provider produced inconsistent final plan errors when configuration_info.revision is unknown (#42037)
  • resource/aws_quicksight_data_set: Fix perpetual diff when refresh_properties is not configured (#42076)
  • resource/aws_s3_bucket_lifecycle_configuration: Removes incorrect warning for empty rule.filter (#42036)
  • resource/aws_sns_topic_subscription: Fix to handle eventually consistent subscription read operations (#42093)
  • resource/aws_sqs_queue: Fix waiting for SQS Queue... attributes create: timeout while waiting errors when sqs_managed_sse_enabled = false or omitted and kms_master_key_id is not set but kms_data_key_reuse_period_seconds is set to a non-default value. (#42062)
  • resource/aws_workspaces_workspace: Properly update workspace_properties.running_mode_auto_stop_timeout_in_minutes when modified (#40953)
Mar 27, 2025

FEATURES:

  • New Resource: aws_api_gateway_rest_api_put (#41375)

ENHANCEMENTS:

  • data-source/aws_ecr_pull_through_cache_rule: Add custom_role_arn and upstream_repository_prefix attributes (#41933)
  • resource/aws_bedrockagent_agent: Add memory_configuration configuration block (#39970)
  • resource/aws_codepipeline: Adds trigger_all attribute (#42008)
  • resource/aws_codepipeline: Removal of trigger argument now properly removes custom trigger definitions (#42008)
  • resource/aws_cognitoidp_user_pool: Mark the username_configuration and username_configuration.case_sensitive arguments as optional and computed. This will future proof the provider against upstream API changes which may return a default value for the block when omitted during create operations. (#35439)
  • resource/aws_datasync_task: Add task_mode argument (#39979)
  • resource/aws_ecr_pull_through_cache_rule: Add custom_role_arn and upstream_repository_prefix arguments (#41933)
  • resource/aws_ecr_pull_through_cache_rule: Correct plan-time validation of ecr_repository_prefix to support a value of "ROOT" (#41933)
  • resource/aws_elasticache_cluster: Add configurable timeouts for create, update, and delete operations (#41940)
  • resource/aws_kinesisanalyticsv2_application: Allow runtime_environment to be updated in-place (#41935)
  • resource/aws_verified_access_endpoint: Add cidr_options, load_balancer.port_range, network_interface_options.port_range, and rds_options arguments (#41957)
  • resource/aws_verified_access_endpoint: Mark application_domain, domain_certificate_arn and endpoint_domain_prefix as Optional (#41957)
  • resource/aws_verified_access_endpoint: Support cidr and rds as valid values for endpoint_type (#41957)
  • resource/aws_verified_access_instance: Add cidr_endpoint_custom_subdomain argument and name_servers attribute (#41957)
  • resource/aws_verified_access_trust_provider: Add native_application_oidc_options and sse_specification arguments (#41957)

BUG FIXES:

  • resource/aws_db_instance: Fix InvalidParameterCombination: To enable the Advanced mode of Database Insights, modify your cluster to enable Performance Insights and set the retention period for Performance Insights to at least 465 days errors when enabling database_insights_mode on existing instances (#41960)
  • resource/aws_eip: Prevents application from failing when hitting "InvalidAction" error for specific regions (#41920)
  • resource/aws_elasticache_replication_group: Retry InvalidReplicationGroupState exceptions during tagging operations (#41954)
  • resource/aws_elasticache_replication_group: Wait for replication group to become available before all modification operations (#40320)
  • resource/aws_iot_domain_configuration: Change domain_name to Computed (#41985)
  • resource/aws_lakeformation_opt_in: Fix error when expanding resource_data.table_wildcard attribute (#41939)
Mar 20, 2025

NOTES:

  • resource/aws_kendra_data_source: The configuration.s3_configuration argument is deprecated. Use configuration.template_configuration instead, which supports the upgraded Amazon S3 connector. Amazon has ended support for the older architecture as of June 2024, and resources created with this argument cannot be edited or updated. See the Amazon Kendra documentation for additional details. (#35437)
  • resource/aws_kendra_data_source: The configuration.web_crawler_configuration argument is deprecated. Use configuration.template_configuration instead, which supports the Amazon Kendra Web Crawler connector v2.0. See the Amazon Kendra documentation for additional details. (#35437)

FEATURES:

  • New Data Source: aws_api_gateway_api_keys (#39335)
  • New Data Source: aws_eks_cluster_versions (#40741)
  • New Data Source: aws_identitystore_group_memberships (#31589)
  • New Data Source: aws_identitystore_users (#31688)
  • New Resource: aws_athena_capacity_reservation (#41858)

ENHANCEMENTS:

  • data-source/aws_connect_user: Add identity_info.secondary_email attribute (#41001)
  • data-source/aws_db_instance: Add database_insights_mode attribute (#41607)
  • data-source/aws_ebs_volume: Add create_time attribute (#41839)
  • data-source/aws_lb: Add ipam_pools attribute (#41822)
  • provider: Support aws-marketplace as a valid account ID in ARNs (#41867)
  • resource/aws_appconfig_extension_association: Add plan-time validation of extension_arn and resource_arn (#41907)
  • resource/aws_connect_user: Add identity_info.secondary_email attribute (#41001)
  • resource/aws_db_instance: Add database_insights_mode argument (#41607)
  • resource/aws_ebs_volume: Add create_time attribute (#41839)
  • resource/aws_kendra_data_source: Add configuration.template_configuration argument (#35437)
  • resource/aws_lb: Add ipam_pools configuration block (#41822)

BUG FIXES:

  • resource/aws_api_gateway_rest_api: Avoid unnecessary remove and add operations for vpc_endpoint_ids (#41836)
  • resource/aws_bedrockagent_agent: Fix instruction validator to consider multi-byte chars so not to artificially limit instruction length (#41921)
  • resource/aws_eks_cluster: Allow compute_config.node_role_arn to update in place when previously unset (#41925)
  • resource/aws_rds_cluster: Ensure that performance_insights_enabled takes effect when creating a cluster that is a member of a global cluster (#41737)
  • resource/aws_rds_cluster: Fix InvalidParameterCombination: To enable the Advanced mode of Database Insights, modify your cluster to enable Performance Insights and set the retention period for Performance Insights to at least 465 days errors when enabling database_insights_mode on existing clusters (#41737)
  • resource/aws_timestreaminfluxdb_db_instance: Set new computed value for secondary_availability_zone attribute when changing deployment_type (#41849)
Mar 13, 2025

NOTES:

  • resource/aws_network_interface_permission: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#40797)

FEATURES:

  • New Resource: aws_network_interface_permission (#40797)
  • New Resource: aws_route53_records_exclusive (#41741)

ENHANCEMENTS:

  • resource/aws_codebuild_project: Add secondary_sources.auth configuration block (#40191)
  • resource/aws_kinesis_firehose_delivery_stream: Add msk_source_configuration.read_from_timestamp argument (#41794)
  • resource/aws_route53_hosted_zone_dnssec: Add configurable operation timeouts (#41741)
  • resource/aws_route53_key_signing_key: Add configurable operation timeouts (#41741)
  • resource/aws_route53_record: Add configurable operation timeouts (#41741)
  • resource/aws_route53_zone: Add configurable operation timeouts (#41741)
  • resource/aws_route53_zone_association: Add configurable operation timeouts (#41741)
  • resource/aws_timestreaminfluxdb_db_instance: Add network_type and port attributes. The following can now be updated in place: allocated_storage, db_instance_type, db_storage_type and deployment_type (#40661)
  • resource/aws_vpc_ipv4_cidr_block_association: Support optional import of the ipv4_ipam_pool_id and ipv4_netmask_length attributes (#41779)
  • resource/aws_vpc_ipv6_cidr_block_association: Support optional import of the ipv6_ipam_pool_id and ipv6_netmask_length attributes (#41779)
  • resource/aws_wafv2_ip_set: Add name_prefix argument and plan-time validation of name (#40889)
  • resource/aws_wafv2_regex_pattern_set: Add name_prefix argument and plan-time validation of name (#40889)
  • resource/aws_wafv2_web_acl: Add name_prefix argument (#40889)
  • resource/aws_wafv2_web_acl: Add rule.challenge_config argument (#40123)

BUG FIXES:

  • resource/aws_msk_cluster: Ensure that storage_mode updates are actually applied to the cluster (#41773)
Mar 10, 2025

NOTES:

  • provider: Restore the godebug tlskyber=0 directive in go.mod. This disables the experimental the post-quantum key exchange mechanism X25519Kyber768Draft00, fixing failed or hanging network connections to various AWS services. This fixes a regression introduced in v5.90.0 (#41740)

FEATURES:

  • New Data Source: aws_datazone_domain (#41480)

ENHANCEMENTS:

  • resource/aws_codepipeline: Add stage.before_entry, stage.on_success and stage.on_failure configuration blocks (#41663)
  • resource/aws_mskconnect_connector: Allow connector_configuration to be updated in-place (#41685)
  • resource/aws_wafv2_rule_group: Add ja3_fingerprint and ja4_fingerprint to custom_key configuration blocks (#41719)
  • resource/aws_wafv2_rule_group: Add ja4_fingerprint to field_to_match configuration blocks (#41719)
  • resource/aws_wafv2_web_acl: Add ja3_fingerprint and ja4_fingerprint to custom_key configuration blocks (#41719)
  • resource/aws_wafv2_web_acl: Add ja4_fingerprint to field_to_match configuration blocks (#41719)
Mar 6, 2025

BREAKING CHANGES:

  • resource/aws_s3_bucket_lifecycle_configuration: rule.noncurrent_version_expiration.noncurrent_days and rule.noncurrent_version_transition.noncurrent_days are Required (#40796)

NOTES:

  • data-source/aws_launch_template: elastic_gpu_specifications and elastic_inference_accelerator are deprecated. AWS no longer supports Elastic Graphics or Elastic Inference. (#41677)
  • provider: In preparation for Go 1.24, we are re-enabling the experimental post-quantum key exchange mechanism, X25519Kyber768Draft00. Previously, in environments using AWS Network Firewall, the Provider would hang due to a handshake issue between Go 1.23 and Network Firewall, which supported Suricata 6.0.9. We had disabled the post-quantum key exchange to resolve the issue. Since November 2024, AWS Network Firewall has upgraded to Suricata 7.0, which no longer has this issue. However, if you use AWS Network Firewall, we’d appreciate your help in identifying any remaining issues related to this change. (#41655)
  • provider: On December 3, 2024, Amazon SageMaker was renamed to Amazon SageMaker AI. While resource and data source names remain the same in the provider, documentation and error messages have been updated to reflect the name change. (#41673)
  • resource/aws_ecs_task_execution: overrides.inference_accelerator_overrides is deprecated. AWS no longer provides the Elastic Inference service. (#41676)
  • resource/aws_launch_template: elastic_gpu_specifications and elastic_inference_accelerator are deprecated. AWS no longer supports Elastic Graphics or Elastic Inference. (#41677)
  • resource/aws_opsworks_application: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_custom_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_ecs_cluster_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_ganglia_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_haproxy_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_instance: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_java_app_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_memcached_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_mysql_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_nodejs_app_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_permission: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_php_app_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_rails_app_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_rds_db_instance: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_stack: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_static_web_layer: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_opsworks_user_profile: OpsWorks is no longer supported by AWS. This resource is deprecated and will be removed in the next major version. (#41674)
  • resource/aws_sagemaker_notebook_instance: accelerator_types is deprecated and will be removed in a future version. Use instance_type instead. (#41673)

FEATURES:

  • New Resource: aws_dataexchange_event_action (#40552)
  • New Resource: aws_lakeformation_opt_in (#41611)

ENHANCEMENTS:

  • data-source/aws_cloudfront_cache_policy: Add arn attribute (#41660)
  • data-source/aws_cloudfront_origin_access_control: Add arn attribute (#41660)
  • data-source/aws_cloudfront_origin_access_identity: Add arn attribute (#41660)
  • data-source/aws_cloudfront_origin_request_policy: Add arn attribute (#41660)
  • data-source/aws_cloudfront_response_headers_policy: Add arn attribute (#41660)
  • data-source/aws_dx_connection: Add state attribute (#41575)
  • data-source/aws_opensearch_domain: Add cluster_config.node_options attribute (#40181)
  • resource/aws_account_region: Allow adoption of regions in an ENABLED or DISABLED state without an explicit import operation (#41678)
  • resource/aws_account_region: Prevent errors when the region is an ENABLING or DISABLING state during creation (#41678)
  • resource/aws_cloudfront_cache_policy: Add arn attribute (#41660)
  • resource/aws_cloudfront_continuous_deployment_policy: Add arn attribute (#41660)
  • resource/aws_cloudfront_field_level_encryption_config: Add arn attribute (#41660)
  • resource/aws_cloudfront_field_level_encryption_profile: Add arn attribute (#41660)
  • resource/aws_cloudfront_origin_access_control: Add arn attribute (#41660)
  • resource/aws_cloudfront_origin_access_identity: Add arn attribute (#41660)
  • resource/aws_cloudfront_origin_request_policy: Add arn attribute (#41660)
  • resource/aws_cloudfront_response_headers_policy: Add arn attribute (#41660)
  • resource/aws_ec2_client_vpn_endpoint: Add disconnect_on_session_timeout attribute (#41621)
  • resource/aws_mwaa_environment: Lower the minimum value of the max_webservers and min_webservers arguments from 2 to 1 in support of Amazon MWAA micro environments (#40244)
  • resource/aws_opensearch_domain: Add cluster_config.node_options configuration block in support of dedicated coordinator nodes (#40181)
  • resource/aws_osis_pipeline: Add vpc_options.vpc_endpoint_management argument (#38001)
  • resource/aws_prometheus_rule_group_namespace: Add arn attribute (#41645)
  • resource/aws_prometheus_rule_group_namespace: Add tags argument and tags_all attribute (#41645)
  • resource/aws_route53_traffic_policy: Add arn attribute (#41660)
  • resource/aws_route53_traffic_policy_instance: Add arn attribute (#41660)
  • resource/aws_s3_bucket_lifecycle_configuration: Adds warning validation to require exactly one of the elements of rule.filter (#41662)
  • resource/aws_s3_bucket_lifecycle_configuration: rule.noncurrent_version_expiration.noncurrent_days and rule.noncurrent_version_transition.noncurrent_days are Required. Technically this is a breaking change, but failure to configure this attribute would have led to InvalidArgument or MalformedXML errors (#40796)
  • resource/aws_waf_byte_match_set: Add arn attribute (#41660)
  • resource/aws_waf_sql_injection_match_set: Add arn attribute (#41660)

BUG FIXES:

  • ephemeral/aws_secrets_manager_random_password: Change exclude_characters from Bool to String (#41546)
  • resource/aws_ecs_service: Fix removal of all vpc_lattice_configurations blocks (#41594)
  • resource/aws_s3_bucket_lifecycle_configuration: Fix error when converting rule configuration from filter.prefix to filter.and.prefix (#41662)
  • resource/aws_s3_bucket_lifecycle_configuration: Fix error when converting rule configuration from prefix to filter.prefix or filter.and.prefix (#41662)
  • resource/aws_sagemaker_mlflow_tracking_server: Increased the timeout from 30 to 45 minutes (#41463)
  • resource/aws_vpclattice_target_group: Retry ConflictException errors on delete (#41594)
Latest
v6.39.0
Tracking Since
Jul 4, 2024
Last fetched Apr 8, 2026