github.com/kevinklinger/open_terraform@v1.3.6/noninternal/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 }