Files
infrastructure/terraform/main.tf
Noah c48a89c768
Some checks failed
Terraform Plan / plan (push) Failing after 0s
added stuff
2025-12-24 15:03:36 +01:00

6 lines
120 B
HCL

module "prod-firewall" {
source = "./modules/firewall"
}
module "private-network" {
source = "./modules/network"
}