mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 18:56:57 -05:00
18 lines
130 B
HCL
18 lines
130 B
HCL
variables {
|
|
interrupts = 0
|
|
}
|
|
|
|
run "primary" {
|
|
|
|
}
|
|
|
|
run "secondary" {
|
|
variables {
|
|
interrupts = 1
|
|
}
|
|
}
|
|
|
|
run "tertiary" {
|
|
|
|
}
|