🚨: fmt tofu
All checks were successful
terraform-lint / terraform-lint (push) Successful in 31s

This commit is contained in:
VC
2025-03-06 17:41:27 +01:00
parent 0c0a11cfd8
commit 9342c38e78
8 changed files with 331 additions and 331 deletions

View File

@@ -1,12 +1,12 @@
terraform {
required_providers {
ovh = {
source = "ovh/ovh"
version = "1.6.0"
}
proxmox = {
source = "bpg/proxmox"
version = "0.71.0"
}
}
required_providers {
ovh = {
source = "ovh/ovh"
version = "1.6.0"
}
proxmox = {
source = "bpg/proxmox"
version = "0.71.0"
}
}
}