terraform/config/testdata/validate-tf-version/main.tf

4 lines
47 B
HCL

terraform {
required_version = "> 0.7.0"
}