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

4 lines
50 B
HCL

terraform {
required_version = "${var.foo}"
}