Skip to content

v2.56.0

Compare
Choose a tag to compare
@bflad bflad released this 03 Apr 01:12

NOTES:

  • resource/aws_emr_cluster: The bug fix in this release will potentially re-create EMR Clusters with multiple bootstrap actions, since bootstrap actions cannot be modified in place. To avoid re-creation, temporarily add the ignore_changes lifecycle configuration argument and/or update the order in your Terraform configuration.

ENHANCEMENTS:

  • data-source/aws_launch_template: Add hibernation_options attribute (#12492)
  • resource/aws_codepipeline: Adds cross-region action support (#12549)
  • resource/aws_dx_connection: Support 2Gbps and 5Gbps values in plan-time validation for bandwidth argument (#12559)
  • resource/aws_dx_lag: Support 2Gbps and 5Gbps values in plan-time validation for bandwidth argument (#12559)
  • resource/aws_elastic_transcoder_preset: Support plan-time validation for role argument (#12575)
  • resource/aws_kms_grant: Support resource import (#11991)
  • resource/aws_launch_template: Add hibernation_options configuration block (#12492)

BUG FIXES:

  • resource/aws_codedeploy_deployment_group: Fix blue_green_deployment_config updates for ECS (#11885)
  • resource/aws_emr_cluster: Now properly sets the order when multiple bootstrap actions are defined
  • resource/aws_kms_grant: Remove resource from Terraform state instead of error if removed outside Terraform (#12560)
  • resource/aws_s3_bucket: Prevent various panics with empty configuration blocks (#12614)
  • resource/aws_volume_attachment: Ensure any error is shown while waiting for volume to detach (#12596)