FEATURES:
- New Data Source:
aws_lb_listener_rule
(#39865) - New Resource:
aws_opensearch_authorize_vpc_endpoint_access
(#39846) - New Resource:
aws_ssmquicksetup_configuration_manager
(#39931)
ENHANCEMENTS:
- data-source/aws_imagebuilder_distribution_configuration: Add
distribution.s3_export_configuration
attribute (#35492) - data-source/aws_imagebuilder_image_recipe: Fix
block_device_mapping.0.ebs.0.delete_on_termination: '' expected type 'bool', got unconvertible type 'string'
errors (#39928) - resource/aws_codedeploy_deployment_group: Add
termination_hook_enabled
argument (#35482) - resource/aws_eks_cluster: Add
zonal_shift_config
argument (#39852) - resource/aws_imagebuilder_distribution_configuration: Add
distribution.s3_export_configuration
argument (#35492) - resource/aws_imagebuilder_image_pipeline: Allow
container_recipe_arn
andimage_recipe_arn
to be updated in-place (#39117) - resource/aws_keyspaces_keyspace: Add
replication_specification
argument (#36331) - resource/aws_launch_template: Add
efa-only
as a valid value fornetwork_interfaces.interface_type
(#39882) - resource/aws_transfer_server: Add
TransferSecurityPolicy-Restricted-2024-06
as a valid value forsecurity_policy_name
(#39871)
BUG FIXES:
- resource/aws_docdb_cluster: Use
master_password
on resource Create whensnapshot_identifier
is configured (#38193) - resource/aws_imagebuilder_container_recipe: Change
component.parameter.name
,component.parameter.value
,target_repository.repository_name
, andtarget_repository.service
to ForceNew (#39117) - resource/aws_route53_record: Fix
interface conversion: interface {} is nil, not map[string]interface {}
panic whengeolocation_routing_policy
is empty (#39944) - resource/aws_ssm_patch_baseline: Update
approval_rule.approve_after_days
validation to allow a maximum value of360
(#39949) - resource/aws_wafv2_web_acl: Fix
decoding JSON: unexpected end of JSON input
errors when updating from usingrule_json
to usingrule
(#39283) - resource/aws_wafv2_web_acl: Fix unmarshal error for incompatible types in
rule_json
(#39878)