mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-28 17:34:24 -06:00
01a3376ead
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"
|
|
}
|