terraform-aws-ecs-airflow
terraform-aws-ecs-airflow copied to clipboard
Support for Terraform v1.1.4
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?
how did you resolved this please?
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