infrapuzzle/terraform/versions.tf

9 lines
115 B
HCL

terraform {
required_providers {
ovh = {
source = "ovh/ovh"
}
}
required_version = ">= 0.13"
}