clank-node/provider.tf
kjuulh f9a664763f
All checks were successful
continuous-integration/drone/push Build is passing
feat: remove private variables
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-01 22:42:48 +01:00

11 lines
157 B
HCL

terraform {
required_providers {
proxmox = {
source = "Telmate/proxmox"
version = "3.0.1-rc6"
}
}
required_version = ">= 0.13"
}