Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Terraform v1.1.4 #43

Open
bhuvansingla opened this issue Feb 7, 2022 · 2 comments
Open

Support for Terraform v1.1.4 #43

bhuvansingla opened this issue Feb 7, 2022 · 2 comments

Comments

@bhuvansingla
Copy link

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 bhuvansingla changed the title Support for Terraform 1.x Support for Terraform v1.1.4 Feb 7, 2022
@gunjan075
Copy link

how did you resolved this please?

@bhuvansingla
Copy link
Author

You can try commenting out this line. Hopefully, it will work well with the lower version as well:

required_version = "~> 0.15"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants