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

4 lines
44 B
Terraform
Raw Normal View History

terraform {
required_version = "nope"
}