terraform/command/testdata/init-check-required-version/main.tf

4 lines
48 B
HCL

terraform {
required_version = "~> 0.9.0"
}