FEATURES:
ENHANCEMENTS:
- data-source/aws_imagebuilder_infrastructure_configuration: Add
instance_metadata_options
attribute (#24285) - data-source/aws_opensearch_domain: Add
cold_storage_options
attribute to thecluster_config
configuration block (#24284) - resource/aws_db_proxy: Add
auth.username
argument (#24264) - resource/aws_elasticache_user: Add plan-time validation of password argumnet length (#24274)
- resource/aws_elasticsearch_domain: For Elasticsearch versions 6.7+, allow in-place update of
node_to_node_encryption.0.enabled
andencrypt_at_rest.0.enabled
. (#24222) - resource/aws_fsx_ontap_file_system: Add support for
SINGLE_AZ_1
deployment_type
. (#24280) - resource/aws_imagebuilder_infrastructure_configuration: Add
instance_metadata_options
argument (#24285) - resource/aws_instance: Add
capacity_reservation_specification.capacity_reservation_target.capacity_reservation_resource_group_arn
argument (#24283) - resource/aws_instance: Add
network_interface.network_card_index
argument (#24283) - resource/aws_opensearch_domain: Add
cold_storage_options
argument to thecluster_config
configuration block (#24284) - resource/aws_opensearch_domain: For Elasticsearch versions 6.7+, allow in-place update of
node_to_node_encryption.0.enabled
andencrypt_at_rest.0.enabled
. (#24222) - resource/aws_transfer_server: Add
workflow_details
argument (#24248) - resource/aws_waf_byte_match_set: Additional supported values for
byte_match_tuples.field_to_match.type
argument (#24286) - resource/aws_wafregional_web_acl: Additional supported values for
logging_configuration.redacted_fields.field_to_match.type
argument (#24286) - resource/aws_workspaces_workspace: Additional supported values for
workspace_properties.compute_type_name
argument (#24286)
BUG FIXES:
- data-source/aws_db_instance: Prevent panic when setting instance connection endpoint values (#24299)
- data-source/aws_efs_file_system: Prevent panic when searching by tag returns 0 or multiple results (#24298)
- data-source/aws_elasticache_cluster: Gracefully handle additional tagging error type in non-standard AWS partitions (i.e., ISO) (#24275)
- resource/aws_appstream_user_stack_association: Prevent panic during resource read (#24303)
- resource/aws_cloudformation_stack_set: Prevent
Validation
errors whenoperation_preferences.failure_tolerance_count
is zero (#24250) - resource/aws_elastic_beanstalk_environment: Correctly set
cname_prefix
attribute (#24278) - resource/aws_elasticache_cluster: Gracefully handle additional tagging error type in non-standard AWS partitions (i.e., ISO) (#24275)
- resource/aws_elasticache_parameter_group: Gracefully handle additional tagging error type in non-standard AWS partitions (i.e., ISO) (#24275)
- resource/aws_elasticache_replication_group: Gracefully handle additional tagging error type in non-standard AWS partitions (i.e., ISO) (#24275)
- resource/aws_elasticache_subnet_group: Gracefully handle additional tagging error type in non-standard AWS partitions (i.e., ISO) (#24275)
- resource/aws_elasticache_user: Gracefully handle additional tagging error type in non-standard AWS partitions (i.e., ISO) (#24275)
- resource/aws_elasticache_user_group: Gracefully handle additional tagging error type in non-standard AWS partitions (i.e., ISO) (#24275)
- resource/aws_instance: Fix issue with assuming Placement and disableApiTermination instance attributes exist when managing a Snowball Edge device (#19256)
- resource/aws_kinesis_firehose_delivery_stream: Increase the maximum length of the
processing_configuration.processors.parameters.parameter_value
argument's value to5120
(#24312) - resource/aws_macie2_member: Correct type for
invitation_disable_email_notification
parameter (#24304) - resource/aws_s3_bucket_server_side_encryption_configuration: Retry on
ServerSideEncryptionConfigurationNotFoundError
errors due to eventual consistency (#24266) - resource/aws_sfn_state_machine: Prevent panic during resource update (#24302)
- resource/aws_shield_protection_group: When updating resource tags, use the
protection_group_arn
parameter instead ofarn
. (#24296) - resource/aws_ssm_association: Prevent panic when
wait_for_success_timeout_seconds
is configured (#24300)