BREAKING CHANGES:
- resource/aws_msk_cluster: The
ebs_volume_size
argument is deprecated in favor of thestorage_info
block. Thestorage_info
block can setvolume_size
andprovisioned_throughput
(#24767)
FEATURES:
- New Data Source:
aws_lb_hosted_zone_id
(#24749) - New Data Source:
aws_networkmanager_core_network_policy_document
(#24368) - New Resource:
aws_db_snapshot_copy
(#9886) - New Resource:
aws_keyspaces_table
(#24351)
ENHANCEMENTS:
- datasource/aws_route53_resolver_rules: add
name_regex
argument (#24582) - resource/aws_autoscaling_group: Add
instance_refresh.preferences.skip_matching
argument (#23059) - resource/aws_autoscaling_policy: Add
enabled
argument (#12625) - resource/aws_ec2_fleet: Add
arn
attribute (#24732) - resource/aws_ec2_fleet: Add
launch_template_config.override.instance_requirements
argument (#24732) - resource/aws_ec2_fleet: Add support for
capacity-optimized
andcapacity-optimized-prioritized
values forspot_options.allocation_strategy
(#24732) - resource/aws_lambda_function: Add support for
nodejs16.x
runtime
value (#24768) - resource/aws_lambda_layer_version: Add support for
nodejs16.x
compatible_runtimes
value (#24768) - resource/aws_organizations_account: Add
create_govcloud
argument andgovcloud_id
attribute (#24447) - resource/aws_s3_bucket_website_configuration: Add
routing_rules
parameter to be used instead ofrouting_rule
to support configurations with empty String values (#24198)
BUG FIXES: