diff --git a/terraform/modules/dns/main.tf b/terraform/modules/dns/main.tf index e69de29..0c5939f 100644 --- a/terraform/modules/dns/main.tf +++ b/terraform/modules/dns/main.tf @@ -0,0 +1,13 @@ +terraform { + required_providers { + hcloud = { + source = "hetznercloud/hcloud" + version = "1.57.0" + } + netbox = { + source = "e-breuninger/netbox" + version = "5.0.0" + } + } +} +