mirror of https://github.com/hashicorp/terraform
Previously we were checking required_version only during "real" operations, and not during initialization. Catching it during init is better because that's the first command users run on a new working directory.pull/15942/head
parent
c12d64f340
commit
2d849f8650
@ -0,0 +1,3 @@
|
||||
terraform {
|
||||
required_version = "~> 0.9.0"
|
||||
}
|
||||
Loading…
Reference in new issue