aws Terraform AWS Provider Releases · · 6.55.0

Terraform AWS Provider v6.55.0: New Data Sources and Enhancements

terraforminfraawsengineer
feature patch

Terraform AWS Provider version 6.55.0 introduces several new data sources and list resources, including `aws_elasticache_service_updates` and new resources for Autoscaling Groups, CloudWatch Log Streams, Kinesis Firehose, Network Interfaces, RDS Clusters, and Step Functions State Machines. Enhancements focus on Bedrock Agent Core resources with new configuration blocks and attributes for JWT authorizers and network settings, alongside updates for MSK Replicators. The release also includes bug fixes for Bedrock Agent Core and AWS Config organization rules.

  • New Data Source: aws_elasticache_service_updates
  • New List Resource: aws_autoscaling_group
  • New List Resource: aws_cloudwatch_log_stream
  • New List Resource: aws_kinesis_firehose_delivery_stream
  • New List Resource: aws_network_interface
Features (7)
  • aws_elasticache_service_updates New Data Source: aws_elasticache_service_updates
  • aws_autoscaling_group New List Resource: aws_autoscaling_group
  • aws_cloudwatch_log_stream New List Resource: aws_cloudwatch_log_stream
  • aws_kinesis_firehose_delivery_stream New List Resource: aws_kinesis_firehose_delivery_stream
  • aws_network_interface New List Resource: aws_network_interface
  • aws_rds_cluster New List Resource: aws_rds_cluster
  • aws_sfn_state_machine New List Resource: aws_sfn_state_machine
Enhancements (9)
  • aws_bedrock_guardrail Add updated_at attribute
  • aws_bedrockagentcore_agent_runtime

    Add allowed_workload_configuration, private_endpoint, and private_endpoint_overrides configuration blocks to authorizer_configuration.custom_jwt_authorizer, and the read-only require_service_s3_endpoint attribute to network_configuration.network_mode_config

  • aws_bedrockagentcore_gateway

    Add allowed_workload_configuration, private_endpoint, and private_endpoint_overrides configuration blocks to authorizer_configuration.custom_jwt_authorizer

  • aws_bedrockagentcore_harness

    Add allowed_workload_configuration, private_endpoint, and private_endpoint_overrides configuration blocks to authorizer_configuration.custom_jwt_authorizer

  • aws_bedrockagentcore_harness Add require_service_s3_endpoint argument to network_configuration.network_mode_config
  • aws_bedrockagentcore_registry

    Add allowed_workload_configuration, private_endpoint, and private_endpoint_overrides configuration blocks to authorizer_configuration.custom_jwt_authorizer

  • aws_msk_replicator Add consumer_group_offset_sync_mode attribute to consumer_group_replication block
  • aws_network_interface Add resource identity support
  • aws_rds_cluster Add resource identity support
Fixes (2)
  • aws_bedrockagentcore_harness Fix Unsupported Type errors when no memory is configured
  • aws_config_organization_managed_rule Fix interface conversion: interface {} is nil, not *configservice.DescribeOrganizationConfigRuleStatusesOutput panics on delete
Read the original announcement →

https://github.com/hashicorp/terraform-provider-aws/releases/tag/v6.55.0

Related releases