Files
opentf/internal/command/e2etest/testdata/multiple-run-blocks/main.tftest.hcl
Siddhartha Sonker de30707b6b Fix for tofu init failure when test have spaces in their name (#1489)
Signed-off-by: siddharthasonker95 <158144589+siddharthasonker95@users.noreply.github.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Co-authored-by: Christian Mesh <christianmesh1@gmail.com>
2024-04-25 11:11:38 -04:00

31 lines
990 B
HCL

run "test_01" { command = plan }
run "test_02" { command = plan }
run "test_03" { command = plan }
run "test_04" { command = plan }
run "test_05" { command = plan }
run "test_06" { command = plan }
run "test_07" { command = plan }
run "test_08" { command = plan }
run "test_09" { command = plan }
run "test_10" { command = plan }
run "test_11" { command = plan }
run "test_12" { command = plan }
run "test_13" { command = plan }
run "test_14" { command = plan }
run "test_15" { command = plan }
run "test_16" { command = plan }
run "test_17" { command = plan }
run "test_18" { command = plan }
run "test_19" { command = plan }
run "test_20" { command = plan }
run "test_21" { command = plan }
run "test_22" { command = plan }
run "test_23" { command = plan }
run "test_24" { command = plan }
run "test_25" { command = plan }
run "test_26" { command = plan }
run "test_27" { command = plan }
run "test_28" { command = plan }
run "test_29" { command = plan }
run "test_30" { command = plan }