github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/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  }