feat: add production firewall module configuration
Some checks failed
Terraform Plan / plan (push) Failing after 0s

This commit is contained in:
2025-12-23 22:33:00 +01:00
parent 149f2f0d40
commit f4edbe57d3

3
main.tf Normal file
View File

@@ -0,0 +1,3 @@
module "prod-firewall" {
source = "../modules/firewall"
}