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

4 lines
44 B
HCL

terraform {
required_version = "nope"
}