terraform/internal/command/testdata/init-with-tests/main.tftest.hcl

6 lines
115 B
HCL

run "test" {
assert {
condition = test_instance.foo.ami == "bar"
error_message = "incorrect value"
}
}