terraform-aws-modules / terraform-aws-autoscaling

Terraform module to create AWS Auto Scaling resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/autoscaling/aws
Apache License 2.0
291 stars 557 forks source link

Support for terraform 0.13 #121

Closed Dmitry1987 closed 3 years ago

Dmitry1987 commented 3 years ago

Is it safe to try terraform 0.13 with this module? Right now it is not allowed but I am thinking to bump the 'required' version, because need the "depends_on" for modules, and it's available in 0.13


Error: Unsupported Terraform Core version

  on .terraform/modules/rmq_asg/terraform-aws-autoscaling-3.5.0/versions.tf line 2, in terraform:
   2:   required_version = "~> 0.12.6"

Module module.rmq_asg (from terraform-aws-modules/autoscaling/aws) does not
support Terraform version 0.13.5. 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.
Dmitry1987 commented 3 years ago

Nevermind, found tag 3.7.0 and it works, thanks.

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.