From ec6355b08448ee6d61efbc439fd0b2ef49187164 Mon Sep 17 00:00:00 2001 From: Noah Date: Thu, 25 Dec 2025 15:59:11 +0100 Subject: [PATCH] added providers to main.tf --- terraform/modules/dns/main.tf | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" + } + } +} +