Files
infrastructure/terraform/modules/dns/main.tf
Noah ec6355b084
Some checks failed
Terraform Plan / plan (push) Failing after 0s
added providers to main.tf
2025-12-25 15:59:11 +01:00

14 lines
207 B
HCL

terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.57.0"
}
netbox = {
source = "e-breuninger/netbox"
version = "5.0.0"
}
}
}