mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-21 11:01:23 -05:00
If a configuration has a version constraint which prevents use with Terraform 0.13, the upgrade command should exit before making any changes.
4 lines
47 B
HCL
4 lines
47 B
HCL
terraform {
|
|
required_version = "~> 0.12.0"
|
|
}
|