Skip to content

v2.69.0

Compare
Choose a tag to compare
@breathingdust breathingdust released this 03 Jul 00:57

NOTES:

  • data-source/aws_availability_zones: The blacklisted_names and blacklisted_zone_ids arguments have been deprecated in preference for exclude_names and exclude_zone_ids respectively. (#13771)

ENHANCEMENTS:

  • data-source/aws_availability_zones: Add exclude_names and exclude_zone_ids arguments (#13771)
  • data-source/aws_elasticsearch_domain: Add advanced_security_options attribute (#12183)
  • resource/aws_ecs_service: Increase delete retry timeout from 5 to 20 minutes (#10452)
  • resource/aws_ecs_service: Support configurable delete timeout (#10452)
  • resource/aws_elasticsearch_domain: Add advanced_security_options configuration block (#12183)
  • resource/aws_sfn_state_machine: Add arn attribute (#12005)

BUG FIXES:

  • resource/aws_autoscaling_group: Prevent unexpected differences in tags for Terraform 0.11 and earlier with boolean propagate_at_launch values (#13912)
  • resource/aws_backup_selection: Correctly handle the associated backup plan being deleted outside Terraform (#13945)
  • resource/aws_customer_gateway: Continue allowing 4-byte ASN values in bgp_asn argument (#14030)
  • resource/aws_db_instance: Prevent schema version 1 upgrade panic on missing state (#13928)
  • resource/aws_db_instance_role_association: Prevent immediate read after creation panic (#13927)
  • resource/aws_efs_mount_target: Ensure empty string ("") validation in ip_address argument continues to work for Terraform 0.11 support (#13958)
  • resource/aws_route53_record: Ensure old Route53 record is deleted when updating name argument (#11335)
  • resource/aws_route53_record: Prevent errors when health_check_id argument is configured and updating set_identifier or type arguments (#13012)
  • resource/aws_sfn_state_machine: Handle IAM Role eventual consistency on creation and wait for state machine deletion (#12005)
  • resource/aws_spot_fleet_request: Increase default delete timeout to 15 minutes (#13922)
  • resource/aws_wafv2_web_acl: Support additional nested and/or/not statement in rule statement and rule statement rate_based_statement attributes (#13961)