🔥: remove ovh related provider
Some checks failed
terraform-lint / terraform-lint (push) Failing after 2s

This commit is contained in:
VC
2025-04-09 08:44:30 +02:00
parent 2a3890c476
commit 0d56f2196d
6 changed files with 0 additions and 55 deletions

View File

@@ -1,9 +1,5 @@
terraform {
required_providers {
ovh = {
source = "ovh/ovh"
version = "1.6.0"
}
proxmox = {
source = "bpg/proxmox"
version = "0.71.0"
@@ -11,10 +7,6 @@ terraform {
}
}
provider "ovh" {
endpoint = "ovh-eu"
}
provider "proxmox" {
endpoint = "https://serenor.dmz.mateu.be:8006"
insecure = "true"