mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-11 22:00:21 -04:00
11 lines
106 B
HCL
11 lines
106 B
HCL
|
|
run "first" {
|
|
plan_options {
|
|
target = [
|
|
test_resource.resource,
|
|
]
|
|
}
|
|
}
|
|
|
|
run "second" {}
|