Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
terraform-provider-aws_6.3.0_manifest.json | 2025-07-10 | 72 Bytes | |
terraform-provider-aws_6.3.0_SHA256SUMS | 2025-07-10 | 1.7 kB | |
README.md | 2025-07-10 | 3.8 kB | |
v6.3.0 source code.tar.gz | 2025-07-10 | 91.8 MB | |
v6.3.0 source code.zip | 2025-07-10 | 107.8 MB | |
Totals: 5 Items | 199.6 MB | 0 |
FEATURES:
- New Resource:
aws_prometheus_query_logging_configuration
(#43222)
ENHANCEMENTS:
- data-source/aws_cloudfront_distribution: Add
anycast_ip_list_id
attribute (#43196) - data-source/aws_networkmanager_core_network_policy_document: Add
core_network_configuration.dns_support
andcore_network_configuration.security_group_referencing_support
arguments (#43277) - resource/aws_cloudfront_distribution: Add
anycast_ip_list_id
argument (#43196) - resource/aws_dynamodb_table: Add
replica.consistency_mode
argument in support of multi-Region strong consistency for Amazon DynamoDB global tables (#43236)
BUG FIXES:
- provider: Fix
runtime error: invalid memory address or nil pointer dereference
panics for numerous resource types when modifyingtags
(#43324) - resource/aws_bedrockagent_agent_action_group: Add missing prepare agent call when deleting an action group (#43232)
- resource/aws_bedrockagent_agent_action_group: Retry
operation can't be performed on Agent when it is in Preparing state.
errors during agent action group base creation, update, and deletion. (#43232) - resource/aws_bedrockagent_agent_knowledge_base_association: Add missing prepare agent call when deleting a knowledge base association (#43232)
- resource/aws_bedrockagent_agent_knowledge_base_association: Retry
operation can't be performed on Agent when it is in Preparing state.
errors during agent knowledge base creation and disassociation (#43232) - resource/aws_cloudfrontkeyvaluestore_keys_exclusive: Fix errant deletion of key value pairs when a value is changed (#43208)
- resource/aws_cognito_user_pool_domain: Correctly update
managed_login_version
for custom Cognito domains (#43252) - resource/aws_db_instance_role_association: Retry
InvalidDBInstanceState
errors on delete (#43303) - resource/aws_medialive_channel: Fix
interface conversion: interface {} is nil, not map[string]interface {}
panics when configuration blocks are empty (#43308) - resource/aws_rds_cluster_role_association: Retry
InvalidDBClusterStateFault
errors on delete (#43303) - resource/aws_redshift_cluster: Correctly set
availability_zone_relocation_enabled
(#43270) - resource/aws_route53profiles_resource_association: Change
resource_properties
to Computed to enablevpc_endpoint
associations (#42562) - resource/aws_ssoadmin_application: Updates value of
arn
when refreshing state. (#43273)