terraform-aws-ecs-airflow icon indicating copy to clipboard operation
terraform-aws-ecs-airflow copied to clipboard

Support for Terraform v1.1.4

Open bhuvansingla opened this issue 3 years ago • 2 comments

I am currently using Terraform v1.1.4 and I am getting the following error with this module:

Output:
Initializing modules...
╷
│ Error: Unsupported Terraform Core version
│ 
│   on .terraform/modules/airflow/main.tf line 2, in terraform:
│    2:   required_version = "~> 0.15"
│ 
│ Module module.airflow (from
│ registry.terraform.io/datarootsio/ecs-airflow/aws) does not support
│ Terraform version 1.1.4. To proceed, either choose another supported
│ Terraform version or update this version constraint. Version constraints
│ are normally set for good reason, so updating the constraint may lead to
│ other errors or unexpected behavior.

Is there a version of this module that supports this Terraform version or any plans to support that?

bhuvansingla avatar Feb 07 '22 15:02 bhuvansingla

how did you resolved this please?

gunjan075 avatar Jul 01 '22 12:07 gunjan075

You can try commenting out this line. Hopefully, it will work well with the lower version as well: https://github.com/datarootsio/terraform-aws-ecs-airflow/blob/43d63ffa74873fe703b1e92b1716fe4d0356b681/main.tf#L2

bhuvansingla avatar Jul 12 '22 10:07 bhuvansingla