You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running make terraform/validate on Terraform v0.12.X prints the following message:
Terraform 0.12 does not support validate without skipping variables
Expected Behavior
I would expect the terraform/validate target to not care about this skipping variables flag as it doesn't seem needed, but maybe I am missing something.
Terraform v0.12 support is no longer a priority. Even if it were, simply supplying region is not enough to get all our modules to pass, and we require that they pass before releasing them.
Describe the Bug
Running
make terraform/validate
on Terraform v0.12.X prints the following message:Expected Behavior
I would expect the
terraform/validate
target to not care about thisskipping variables
flag as it doesn't seem needed, but maybe I am missing something.Steps to Reproduce
git clone https://github.com/cloudposse/terraform-aws-ssm-parameter-store
make
make terraform/install TERRAFORM_VERSION=0.12.24
make terraform/validate
Environment (please complete the following information):
Additional Context
tf validate
locally without the Makefile / Build-harness -- I get the expected, useful output:The text was updated successfully, but these errors were encountered: