aws-ia / terraform-aws-control_tower_account_factory

AWS Control Tower Account Factory
Apache License 2.0
604 stars 386 forks source link

Update the default value for terraform_version #400

Closed abjoshi2785 closed 7 months ago

abjoshi2785 commented 8 months ago

Terraform Version "The default Terraform version (terraform_version) has been set to 0.15.5, but this version may not be supported by terraform.

Bug Description Should a user inadvertently opt for the default version, they could potentially deploy a solution using an unsupported Terraform version.

To Reproduce Check the link to see the currently default value Check the default value

Expected behavior The default value should be a version that is officially supported.

Additional context Links providing information about the end of support for the current default version.

https://support.hashicorp.com/hc/en-us/articles/360021185113-Support-Period-and-End-of-Life-EOL-Policy https://endoflife.date/terraform

stumins commented 7 months ago

Hi @abjoshi2785,

Thanks for raising this issue. I've created a backlog to raise the default value of terraform_version to an in-support release.

abjoshi2785 commented 7 months ago

@stumins Thank you!

stumins commented 7 months ago

Hi @abjoshi2785,

AFT 1.11.0 was just released, and includes a change in the default value of the terraform_version parameter from 0.15.1 to 1.5.7, an in-support release at time-of-writing.

Thanks for raising this issue!

abjoshi2785 commented 7 months ago

@stumins Thank you so much!