-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels