mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-27 11:02:51 -05:00
18 lines
130 B
HCL
18 lines
130 B
HCL
variables {
|
|
interrupts = 0
|
|
}
|
|
|
|
run "primary" {
|
|
|
|
}
|
|
|
|
run "secondary" {
|
|
variables {
|
|
interrupts = 2
|
|
}
|
|
}
|
|
|
|
run "tertiary" {
|
|
|
|
}
|