opentofu/config/test-fixtures/validate-bad-tf-version/main.tf
2016-11-12 16:22:35 -08:00

4 lines
44 B
HCL

terraform {
required_version = "nope"
}