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
when I try to run terraform test on first version it's fine but when i try to run it on json version it errors with:
│ Error: Invalid "command" keyword
│
│ on tests-out/sth.tftest.json line 5, in run.test_nothing[0]:
│ 5: "command": "${plan}"
│
│ The "command" argument requires one of the following keywords without
│ quotes: apply or plan.
Is this hcl2json conversion issue or terraform issue?
The text was updated successfully, but these errors were encountered:
I have file with test sth.tftest.hcl:
I attempt to convert it to json:
and i get:
when I try to run
terraform test
on first version it's fine but when i try to run it on json version it errors with:Is this hcl2json conversion issue or terraform issue?
The text was updated successfully, but these errors were encountered: