mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
10 lines
106 B
HCL
10 lines
106 B
HCL
|
|
run "first" {
|
|
plan_options {
|
|
target = [
|
|
test_resource.resource,
|
|
]
|
|
}
|
|
}
|
|
|
|
run "second" {}
|