mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 10:31:22 -04:00
17 lines
130 B
HCL
17 lines
130 B
HCL
variables {
|
|
interrupts = 0
|
|
}
|
|
|
|
run "primary" {
|
|
|
|
}
|
|
|
|
run "secondary" {
|
|
variables {
|
|
interrupts = 1
|
|
}
|
|
}
|
|
|
|
run "tertiary" {
|
|
|
|
}
|