blob: 5782be8f4738ca2c32984fb242b06d71f2a414cc [file] [log] [blame]
resource "test_instance" "foo" {
ami = "bar"
}
check "test_instance_exists" {
assert {
condition = test_instance.foo.id != null
error_message = "value should have been computed"
}
}