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

13 lines
170 B
HCL

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