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
This makes resolution a bit tricky on our end. Ideally, we don't need/want to know which version you're running, and simply pass along whatever inputs are supplied. But it becomes necessary to intervene when command arguments conflict.
In the short-term, I'll see to adding a basic terraform/tofu check to determine whether or not to pass -var-file to validate command. In the longer term, I want to avoid maintaining some kind of table of feature in/compatibilities between versions for as long as possible!
As an aside, since you're running a plan, a validate isn't really strictly necessary. As the docs state, "use the terraform plan command instead, which includes an implied validation check."
Describe the bug
The
terraform validate
command is being passed thevar-file
arg.To Reproduce
Expected behavior
The
terraform validate
command does not get passed the-var-file
arg.Additional context
Is the arg file supposed to be being passed to the Terraform validate command?
The text was updated successfully, but these errors were encountered: