From f4edbe57d3beca201ce0e35eeb1ef61b93d3cf49 Mon Sep 17 00:00:00 2001 From: Noah Date: Tue, 23 Dec 2025 22:33:00 +0100 Subject: [PATCH] feat: add production firewall module configuration --- main.tf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main.tf diff --git a/main.tf b/main.tf new file mode 100644 index 0000000..5f0a159 --- /dev/null +++ b/main.tf @@ -0,0 +1,3 @@ +module "prod-firewall" { + source = "../modules/firewall" +} \ No newline at end of file