blob: 1f2a6a94aa9957e51111f447c56c59444903998c [file] [log] [blame]
variables {
managed_id = "B853C121"
}
run "setup" {
module {
source = "./setup"
}
variables {
value = "Hello, world!"
id = "B853C121"
}
}
run "test" {
assert {
condition = test_resource.created.value == "Hello, world!"
error_message = "bad value"
}
}