blob: 8b0776e1a79cb0a4f1fcfad7978f730ba571b626 [file] [log] [blame]
run "setup" {
module {
source = "./setup"
}
}
run "test" {
assert {
condition = test_instance.foo.ami == "bar"
error_message = "incorrect value"
}
}