🚨: make tflint happy
Some checks failed
terraform-lint / terraform-lint (push) Failing after 3s

This commit is contained in:
Clément VÉRET
2025-11-13 09:30:02 +01:00
parent 2a5f115370
commit 852da5f63b
2 changed files with 6 additions and 0 deletions

View File

@@ -4,5 +4,10 @@ terraform {
source = "bpg/proxmox" source = "bpg/proxmox"
version = "0.76.0" version = "0.76.0"
} }
random = {
source = "hashicorp/random"
version = "3.7.2"
}
} }
required_version = "~> 1.10.7"
} }

View File

@@ -19,6 +19,7 @@ terraform {
skip_requesting_account_id = true skip_requesting_account_id = true
skip_metadata_api_check = true skip_metadata_api_check = true
} }
required_version = "~> 1.10.7"
} }
provider "proxmox" { provider "proxmox" {