mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
17 lines
130 B
HCL
17 lines
130 B
HCL
variables {
|
|
interrupts = 0
|
|
}
|
|
|
|
run "primary" {
|
|
|
|
}
|
|
|
|
run "secondary" {
|
|
variables {
|
|
interrupts = 1
|
|
}
|
|
}
|
|
|
|
run "tertiary" {
|
|
|
|
}
|