Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
test
/
with_double_interrupt
/
main.tftest.hcl
blob: 474397670990c6cafdfe92cb3e33bc336fc326de [
file
] [
log
] [
blame
]
variables
{
interrupts
=
0
}
run
"primary"
{
}
run
"secondary"
{
variables
{
interrupts
=
2
}
}
run
"tertiary"
{
}