v3/terraform/modules/tfc-workspace/version.tf
2020-10-09 10:54:55 -04:00

7 lines
No EOL
88 B
HCL

terraform {
required_version = ">=0.12.6"
}
provider "tfe" {
version = ">=0.15.0"
}