turnerlabs / terraform-ecs-fargate

A Terraform template used for provisioning web application stacks on AWS ECS Fargate
Apache License 2.0
425 stars 158 forks source link

Update terraform version #68

Closed solt9029 closed 1 year ago

solt9029 commented 1 year ago

base/main.tf requires ">= 0.13", but .terraform-version specifies 0.12.29 and terraform init fails if you use tfenv or similar tools. In this PR, I updated fixed terraform version.

According to https://github.com/turnerlabs/terraform-ecs-fargate/pull/65 , v1.1.2 has been tested in this repository, so I specified it.

https://github.com/turnerlabs/terraform-ecs-fargate/blob/cbd1aa3f4e05ae60628c5eb46b05b2031fde26f7/base/main.tf#L2

https://github.com/turnerlabs/terraform-ecs-fargate/blob/cbd1aa3f4e05ae60628c5eb46b05b2031fde26f7/.terraform-version#L1

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

awlawl commented 1 year ago

Thank you for the PR. I will take a look at this tomorrow.

solt9029 commented 1 year ago

Thank you👍