mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 02:20:07 -04:00
10 lines
No EOL
105 B
HCL
10 lines
No EOL
105 B
HCL
|
|
run "first" {
|
|
plan_options {
|
|
target = [
|
|
test_resource.resource,
|
|
]
|
|
}
|
|
}
|
|
|
|
run "second" {} |