🔥: remove ovh related provider
Some checks failed
terraform-lint / terraform-lint (push) Failing after 2s
Some checks failed
terraform-lint / terraform-lint (push) Failing after 2s
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user