NOTES:
- resource/aws_api_gateway_deployment: Computed attributes
invoke_url
andexecution_arn
are deprecated. Use theinvoke_url
andexecution_arn
attributes of theaws_api_gateway_stage
resource instead. (#42244)
FEATURES:
- New Resource:
aws_redshift_integration
(#42105)
ENHANCEMENTS:
- data-source/aws_ec2_network_insights_path: Support
filter_at_destination
andfilter_at_source
attributes (#42214) - resource/aws_amplify_app: Add
compute_role_arn
argument (#41650) - resource/aws_codebuild_webhook: Add
manual_creation
argument (#40155) - resource/aws_cognito_user_pool_domain: Add
managed_login_version
argument (#40855) - resource/aws_ec2_network_insights_path: Add
filter_at_destination
andfilter_at_source
configuration blocks (#42214) - resource/aws_eks_cluster: Add
force_update_version
argument (#42134) - resource/aws_prometheus_scraper: Allow
alias
,destination
,role_configuration
, andscrape_configuration
to be updated in-place (#42109) - resource/aws_redshiftserverless_workgroup: Add
price_performance_target
argument (#40946) - resource/aws_sagemaker_image_version: Add
horovod
,job_type
,ml_framework
,processor
,programming_lang
,release_notes
, andvendor_guidance
arguments (#42143) - resource/aws_sagemaker_notebook_lifecycle_configuration: Add
tags
argument andtags_all
attribute (#42141) - resource/aws_transfer_server: Add
TransferSecurityPolicy-2025-03
,TransferSecurityPolicy-FIPS-2025-03
, andTransferSecurityPolicy-SshAuditCompliant-2025-02
as valid values forsecurity_policy_name
(#42164)
BUG FIXES:
- resource/aws_elasticache_serverless_cache: Fix to allow in-place updates when
engine
is changed fromredis
tovalkey
(#42208) - resource/aws_kms_custom_key_store: Fix
panic: runtime error: invalid memory address or nil pointer dereference
when noXksProxyConfiguration
is returned (#42241) - resource/aws_s3_bucket_lifecycle_configuration: Fix errors when removing
rule
from top of list (#42228) - resource/aws_s3_bucket_lifecycle_configuration: Fix potential eventual consistency errors in some regions (#41764)
- resource/aws_s3_bucket_lifecycle_configuration: No longer allows empty
rule.filter.and.tags
(#42041) - resource/aws_sagemaker_domain: Allow
default_user_settings.custom_file_system_config
anddefault_space_settings.custom_file_system_config
to be removed on Update (#42144) - resource/aws_sagemaker_user_profile: Allow
user_settings.custom_file_system_config
to be removed on Update (#42144)