self-hosting/terraform/versions.tf

5 lines
46 B
Terraform
Raw Normal View History

2019-08-15 17:51:57 +02:00
terraform {
required_version = ">= 0.12"
}