opentofu/command/testdata/013upgrade-unsupported-version/versions.tf
Alisdair McDiarmid 01a3376ead command: Check required_version before upgrading
If a configuration has a version constraint which prevents use with
Terraform 0.13, the upgrade command should exit before making any
changes.
2020-05-07 15:45:48 -04:00

4 lines
47 B
HCL

terraform {
required_version = "~> 0.12.0"
}