2024-01-17 20:35:42 +00:00
|
|
|
terraform {
|
|
|
|
required_providers {
|
|
|
|
cloudflare = {
|
2024-03-14 19:54:45 +00:00
|
|
|
source = "registry.opentofu.org/cloudflare/cloudflare"
|
2024-01-17 20:35:42 +00:00
|
|
|
}
|
|
|
|
proxmox = {
|
2024-03-14 19:54:45 +00:00
|
|
|
source = "registry.opentofu.org/bpg/proxmox"
|
2024-01-17 20:35:42 +00:00
|
|
|
}
|
|
|
|
restapi = {
|
2024-03-14 19:54:45 +00:00
|
|
|
source = "registry.opentofu.org/thegeeklab/restapi"
|
2024-01-17 20:35:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|