terraform-aws-modules / terraform-aws-acm

Terraform module to create AWS ACM resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/acm/aws
Apache License 2.0
184 stars 230 forks source link

Update version constrains for 0.14.0 #68

Closed atrakic closed 3 years ago

atrakic commented 3 years ago

After upgrade to latest 0.14.0 I get:

++ terraform validate

Error: Unsupported Terraform Core version

  on .terraform/modules/acm/versions.tf line 2, in terraform:
2:   required_version = ">= 0.12.6, < 0.14"

Module module.acm (from terraform-aws-modules/acm/aws) does not support
Terraform version 0.14.0. 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.
atrakic commented 3 years ago

Closing as I can it has been version constrain has been fixed.

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.