keilerkonzept / terraform-module-versions

CLI tool that checks Terraform code for module updates. Single binary, no dependencies. linux, osx, windows. #golang #cli #terraform
MIT License
188 stars 28 forks source link

Terraform 0.13-0.15 & 1.0 #57

Closed infogulch closed 3 years ago

infogulch commented 3 years ago

Hi! I'm curious what kind of work it would require to add support for newer versions of terraform.

This appears related to #55

sgreben commented 3 years ago

Actually those versions are already supported - the terraform-config-inspect package (https://github.com/hashicorp/terraform-config-inspect) is the one that would limit the supported config syntax version range & that dependency is up-to-date :)