github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/with_double_interrupt/main.tftest.hcl (about)

     1  variables {
     2    interrupts = 0
     3  }
     4  
     5  run "primary" {
     6  
     7  }
     8  
     9  run "secondary" {
    10    variables {
    11      interrupts = 2
    12    }
    13  }
    14  
    15  run "tertiary" {
    16  
    17  }