All checks were successful
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 23s
12 lines
195 B
HCL
12 lines
195 B
HCL
terraform {
|
|
required_providers {
|
|
proxmox = {
|
|
source = "bpg/proxmox"
|
|
version = "0.106.0"
|
|
}
|
|
http = {
|
|
source = "hashicorp/http"
|
|
version = "3.6.0"
|
|
}
|
|
}
|
|
}
|