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

7 lines
115 B
HCL

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