Terraform-IaC/template/hetzner-infra/firewall.tf
Oscar Blue d03573a6ad
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
Moved templates
2023-07-09 17:05:29 +01:00

6 lines
No EOL
199 B
HCL

module "firewall" {
source = "./modules/firewall"
firewall_name = "fw-${var.project_name}"
firewall_service_type = "Basic"
firewall_labels = local.common_labels
}