mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -05:00
13 lines
242 B
HCL
13 lines
242 B
HCL
run "test" {
|
|
command = plan
|
|
plan_options {
|
|
refresh = false
|
|
}
|
|
variables {
|
|
image_name = "myapp"
|
|
}
|
|
assert {
|
|
condition = docker_image.build.name == "myapp"
|
|
error_message = "Missing build resource"
|
|
}
|
|
} |