github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/command/testdata/command-check-required-version/main.tf (about) 1 terraform { 2 required_version = "~> 0.9.0" 3 } 4 5 terraform { 6 required_version = ">= 0.13.0" 7 }