FEATURES:
- New Data Source:
aws_iam_saml_provider
(#10498) - New Data Source:
aws_nat_gateways
(#24190) - New Resource:
aws_datasync_location_fsx_openzfs_file_system
(#24200) - New Resource:
aws_elasticache_user_group_association
(#24204) - New Resource:
aws_qldb_stream
(#19297)
ENHANCEMENTS:
- data-source/aws_qldb_ledger: Add
kms_key
andtags
attributes (#19297) - resource/aws_ami_launch_permission: Add
group
argument (#20677) - resource/aws_ami_launch_permission: Add
organization_arn
andorganizational_unit_arn
arguments (#21694) - resource/aws_athena_database: Add
properties
argument. (#24172) - resource/aws_athena_database: Add import support. (#24172)
- resource/aws_config_config_rule: Add
source.custom_policy_details
argument. (#24057) - resource/aws_config_config_rule: Add plan time validation for
source.source_detail.event_source
andsource.source_detail.message_type
. (#24057) - resource/aws_config_config_rule: Make
source.source_identifier
optional. (#24057) - resource/aws_eks_addon: Add
preserve
argument (#24218) - resource/aws_grafana_workspace: Add plan time validations for
authentication_providers
,authentication_providers
,authentication_providers
. (#24170) - resource/aws_qldb_ledger: Add
kms_key
argument (#19297) - resource/aws_vpc_ipam_scope: Add pagination when describing IPAM Scopes (#24188)
BUG FIXES:
- resource/aws_athena_database: Add drift detection for
comment
. (#24172) - resource/aws_cloudformation_stack_set: Prevent
InvalidParameter
errors when updatingoperation_preferences
(#24202) - resource/aws_cloudwatch_event_connection: Add validation to
auth_parameters.api_key.key
,auth_parameters.api_key.value
,auth_parameters.basic.username
,auth_parameters.basic.password
,auth_parameters.oauth.authorization_endpoint
,auth_parameters.oauth.client_parameters.client_id
andauth_parameters.oauth.client_parameters.client_secret
arguments (#24154) - resource/aws_cloudwatch_log_subscription_filter: Retry resource create and update when a conflicting operation error is returned (#24148)
- resource/aws_ecs_service: Retry when using the
wait_for_steady_state
parameter andResourceNotReady
errors are returned from the AWS API (#24223) - resource/aws_ecs_service: Wait for service to reach an active state after create and update operations (#24223)
- resource/aws_emr_cluster: Ignore
UnknownOperationException
errors when reading a cluster's auto-termination policy (#24237) - resource/aws_lambda_function_url: Ignore
ResourceConflictException
errors caused by existingFunctionURLAllowPublicAccess
permission statements (#24220) - resource/aws_vpc_ipam_scope: Prevent panic when describing IPAM Scopes by ID (#24188)