mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-22 23:00:53 -05:00
10 lines
105 B
HCL
10 lines
105 B
HCL
|
|
run "first" {
|
|
plan_options {
|
|
target = [
|
|
test_resource.resource,
|
|
]
|
|
}
|
|
}
|
|
|
|
run "second" {} |