hcornet 586bc14eee
Some checks failed
terraform validation / Terraform (push) Failing after 7s
first sync
2025-01-02 21:13:02 +01:00

16 lines
342 B
HCL

terraform {
required_providers {
ovh = {
source = "ovh/ovh"
version = "~> 0.45.0"
}
}
required_version = ">= 1.8"
}
provider "ovh" {
endpoint = "ovh-eu"
application_key = "d886751f57e35e31"
application_secret = "6f1eb05eff952f60fb8300cdbc588c42"
consumer_key = "1a9e36103fd9ebb262449dfd573ce20d"
}