mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 18:56:57 -05:00
7 lines
144 B
HCL
7 lines
144 B
HCL
run "test" {
|
|
assert {
|
|
condition = test_resource.resource.value == "Hello, world!"
|
|
error_message = "wrong condition"
|
|
}
|
|
}
|