added stuff
Some checks failed
Terraform Plan / plan (push) Failing after 0s

This commit is contained in:
2025-12-24 15:03:36 +01:00
parent 108b6d1806
commit c48a89c768
9 changed files with 316 additions and 1 deletions

View File

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