14 lines
280 B
HCL
14 lines
280 B
HCL
terraform {
|
|
required_providers {
|
|
cloudflare = {
|
|
source = "registry.opentofu.org/cloudflare/cloudflare"
|
|
}
|
|
proxmox = {
|
|
source = "registry.opentofu.org/bpg/proxmox"
|
|
}
|
|
restapi = {
|
|
source = "registry.opentofu.org/thegeeklab/restapi"
|
|
}
|
|
}
|
|
}
|