mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -05:00
6 lines
170 B
HCL
6 lines
170 B
HCL
run "test" {
|
|
assert {
|
|
condition = file(local_file.test.filename) == "Hello world!"
|
|
error_message = "Incorrect content in ${local_file.test.filename}."
|
|
}
|
|
} |