Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
terraform-provider-aws_6.4.0_manifest.json | 2025-07-17 | 72 Bytes | |
terraform-provider-aws_6.4.0_SHA256SUMS | 2025-07-17 | 1.7 kB | |
README.md | 2025-07-17 | 4.2 kB | |
v6.4.0 source code.tar.gz | 2025-07-17 | 91.9 MB | |
v6.4.0 source code.zip | 2025-07-17 | 108.1 MB | |
Totals: 5 Items | 200.0 MB | 2 |
FEATURES:
- New Data Source:
aws_s3_access_point
(#43391) - New Resource:
aws_bedrockagent_flow
(#42201) - New Resource:
aws_fsx_s3_access_point_attachment
(#43391)
ENHANCEMENTS:
- data-source/aws_bedrock_inference_profiles: Add
type
argument (#43150) - data-source/aws_lakeformation_resource: Support
hybrid_access_enabled
,with_federation
andwith_privileged_access
attributes (#43377) - resource/aws_acm_certificate: Support
options.export
argument to issue an exportable certificate (#43207) - resource/aws_cloudwatch_log_metric_filter: Add
apply_on_transformed_logs
argument (#43381) - resource/aws_datasync_location_object_storage: Make
agent_arns
optional (#43400) - resource/aws_ecs_service: Add
deployment_configuration
argument (#43434) - resource/aws_ecs_service: Add
load_balancer.advanced_configuration
argument (#43434) - resource/aws_ecs_service: Add
service.client_alias.test_traffic_rules
argument (#43434) - resource/aws_ecs_service:
deployment_controller.type
changes no longer force a replacement (#43434) - resource/aws_lakeformation_resource: Support
with_privileged_access
argument (#43377) - resource/aws_s3_bucket_public_access_block: Add
skip_destroy
argument (#43415)
BUG FIXES:
- resource/aws_bedrockagent_agent_action_group: Correctly set
parent_action_group_signature
on Read (#43355) - resource/aws_datazone_environment_blueprint_configuration: Fix
Inappropriate value for attribute "regional_parameters"
errors during planning. This fixes a regression introduced in [v6.0.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#600 (#43382) - resource/aws_ec2_transit_gateway_route_table_propagation: Don't mark
transit_gateway_attachment_id
as ForceNew if the value is known not to change (#43405) - resource/aws_lambda_function: Fix
waiting for Lambda Function (...) version publish: unexpected state '', wanted target 'Successful'
errors on Update. This fixes a regression introduced in [v6.2.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#620 (#43416) - resource/aws_lexv2models_slot: Fix error when
sub_slot_setting.slot_specification.value_elicitation_setting.prompt_specification.prompt_attempts_specification
andvalue_elicitation_setting.prompt_specification.prompt_attempts_specification
have default values (#43358) - resource/aws_securitylake_data_lake: Allow
meta_store_role_arn
to be updated in-place (#36874)