mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-17 04:03:07 -06:00
2d849f8650
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.
4 lines
48 B
HCL
4 lines
48 B
HCL
terraform {
|
|
required_version = "~> 0.9.0"
|
|
}
|