kjuulh
f9a664763f
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
11 lines
157 B
HCL
11 lines
157 B
HCL
terraform {
|
|
required_providers {
|
|
proxmox = {
|
|
source = "Telmate/proxmox"
|
|
version = "3.0.1-rc6"
|
|
}
|
|
}
|
|
required_version = ">= 0.13"
|
|
}
|
|
|