mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 18:56:57 -05:00
11 lines
106 B
HCL
11 lines
106 B
HCL
|
|
run "first" {
|
|
plan_options {
|
|
target = [
|
|
test_resource.resource,
|
|
]
|
|
}
|
|
}
|
|
|
|
run "second" {}
|