NOTES:
- resource/aws_kendra_data_source: The
configuration.s3_configuration
argument is deprecated. Useconfiguration.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. Useconfiguration.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
andresource_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 enablingdatabase_insights_mode
on existing clusters (#41737) - resource/aws_timestreaminfluxdb_db_instance: Set new computed value for
secondary_availability_zone
attribute when changingdeployment_type
(#41849)