FEATURES:
- New Resource:
aws_api_gateway_rest_api_put
(#41375)
ENHANCEMENTS:
- data-source/aws_ecr_pull_through_cache_rule: Add
custom_role_arn
andupstream_repository_prefix
attributes (#41933) - resource/aws_bedrockagent_agent: Add
memory_configuration
configuration block (#39970) - resource/aws_codepipeline: Adds
trigger_all
attribute (#42008) - resource/aws_codepipeline: Removal of
trigger
argument now properly removes custom trigger definitions (#42008) - resource/aws_cognitoidp_user_pool: Mark the
username_configuration
andusername_configuration.case_sensitive
arguments as optional and computed. This will future proof the provider against upstream API changes which may return a default value for the block when omitted during create operations. (#35439) - resource/aws_datasync_task: Add
task_mode
argument (#39979) - resource/aws_ecr_pull_through_cache_rule: Add
custom_role_arn
andupstream_repository_prefix
arguments (#41933) - resource/aws_ecr_pull_through_cache_rule: Correct plan-time validation of
ecr_repository_prefix
to support a value of"ROOT"
(#41933) - resource/aws_elasticache_cluster: Add configurable timeouts for create, update, and delete operations (#41940)
- resource/aws_kinesisanalyticsv2_application: Allow
runtime_environment
to be updated in-place (#41935) - resource/aws_verified_access_endpoint: Add
cidr_options
,load_balancer.port_range
,network_interface_options.port_range
, andrds_options
arguments (#41957) - resource/aws_verified_access_endpoint: Mark
application_domain
,domain_certificate_arn
andendpoint_domain_prefix
as Optional (#41957) - resource/aws_verified_access_endpoint: Support
cidr
andrds
as valid values forendpoint_type
(#41957) - resource/aws_verified_access_instance: Add
cidr_endpoint_custom_subdomain
argument andname_servers
attribute (#41957) - resource/aws_verified_access_trust_provider: Add
native_application_oidc_options
andsse_specification
arguments (#41957)
BUG FIXES:
- resource/aws_db_instance: 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 instances (#41960) - resource/aws_eip: Prevents application from failing when hitting "InvalidAction" error for specific regions (#41920)
- resource/aws_elasticache_replication_group: Retry
InvalidReplicationGroupState
exceptions during tagging operations (#41954) - resource/aws_elasticache_replication_group: Wait for replication group to become available before all modification operations (#40320)
- resource/aws_iot_domain_configuration: Change
domain_name
to Computed (#41985) - resource/aws_lakeformation_opt_in: Fix error when expanding
resource_data.table_wildcard
attribute (#41939)