Terraform AWS Provider v6.44.0: New resources and enhancements
HashiCorp's AWS provider has been updated to version 6.44.0, introducing multiple new resources and enhancements across various AWS services. Key additions include new data sources and resources for AWS Glue, Application Auto Scaling, and DynamoDB, alongside improvements to existing configurations like EC2 Client VPN and FSx file systems. These updates aim to provide broader coverage and more refined control over AWS infrastructure management via Terraform, impacting engineers and architects managing cloud resources.
- →New Data Source: aws_glue_catalog
- →New List Resource: aws_alb_target_group_attachment
- →New List Resource: aws_appautoscaling_policy
- →New List Resource: aws_arczonalshift_zonal_autoshift_configuration
- →New List Resource: aws_dynamodb_global_secondary_index
Features (16) ›
- aws_glue_catalog New Data Source: aws_glue_catalog
- aws_alb_target_group_attachment New List Resource: aws_alb_target_group_attachment
- aws_appautoscaling_policy New List Resource: aws_appautoscaling_policy
- aws_arczonalshift_zonal_autoshift_configuration New List Resource: aws_arczonalshift_zonal_autoshift_configuration
- aws_dynamodb_global_secondary_index New List Resource: aws_dynamodb_global_secondary_index
- aws_dynamodb_table New List Resource: aws_dynamodb_table
- aws_ecr_repository_policy New List Resource: aws_ecr_repository_policy
- aws_glue_catalog New List Resource: aws_glue_catalog
- aws_lb_target_group_attachment New List Resource: aws_lb_target_group_attachment
- aws_s3_bucket_logging New List Resource: aws_s3_bucket_logging
- aws_securityhub_standards_control New List Resource: aws_securityhub_standards_control
- aws_vpc_endpoint_route_table_association New List Resource: aws_vpc_endpoint_route_table_association
- aws_arczonalshift_zonal_autoshift_configuration New Resource: aws_arczonalshift_zonal_autoshift_configuration
- aws_glue_catalog New Resource: aws_glue_catalog
- aws_outposts_capacity_task New Resource: aws_outposts_capacity_task
- aws_redshift_namespace_registration New Resource: aws_redshift_namespace_registration
Enhancements (10) ›
- aws_glue_connection Add authentication_configuration attribute
- aws_appautoscaling_policy Add resource identity support
- aws_ec2_client_vpn_endpoint Add transit_gateway_configuration block
- aws_fsx_lustre_file_system Support in-place modification of file_system_type_version
- aws_fsx_windows_file_system Add self_managed_active_directory.password_wo and self_managed_active_directory.password_wo_version arguments
- aws_glue_connection Add authentication_configuration argument
- aws_timestreaminfluxdb_db_cluster Add Resource Identity support
- aws_timestreaminfluxdb_db_cluster Add maintenance_schedule configuration block
- aws_timestreaminfluxdb_db_instance Add Resource Identity support
- aws_vpc_endpoint_route_table_association Add resource identity support
Fixes (4) ›
- aws_odb_cloud_vm_cluster Attempt to read GI Version from resource tags to avoid failures due to new API response values
- aws_s3files_synchronization_configuration Fix Delete to use the file system prefix when resetting the synchronization configuration
- aws_securityhub_configuration_policy_association
Fix waiting for Security Hub Configuration Policy Association (...) success: timeout while waiting for state to become 'SUCCESS' (last state: 'PENDING', timeout: 5m0s) errors on Create. This fixes a regression introduced in v6.34.0
- aws_timestreaminfluxdb_db_cluster Correct plan-time validation of db_parameter_group_identifier
Notes (2) ›
- aws_dynamodb_global_secondary_index
This resource type is no longer experimental. The schema and behavior are now subject to the backwards compatibility guarantee of the provider
- aws_outposts_capacity_task Because we cannot easily test this functionality, it is best effort and we ask for community help in testing
https://github.com/hashicorp/terraform-provider-aws/releases/tag/v6.44.0
Related releases
- AWS Lambda adds Java 8, 11, 17 support on Amazon Linux 2023 AWS What's New ·
- Amazon RDS for Oracle adds Reserved Instances for R8i/M8i AWS What's New ·
- Amazon Aurora DSQL adds multi-Region cluster support in four more Regions AWS What's New ·
- CloudWatch adds managed Prometheus collectors AWS What's New ·
- Amazon EC2 C7i Instances Expand to New Regions AWS What's New ·
- EC2 C7i-flex instances now available in Europe (Milan) region AWS What's New ·