mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 15:04:57 +00:00
commit new all
This commit is contained in:
11
modules/firewall/main.tf
Normal file
11
modules/firewall/main.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
resource "google_compute_firewall" "default" {
|
||||
name = var.firewall_name
|
||||
network = var.network_name
|
||||
|
||||
allow {
|
||||
protocol = "tcp"
|
||||
ports = var.allowed_ports
|
||||
}
|
||||
|
||||
source_ranges = var.source_ranges
|
||||
}
|
||||
Reference in New Issue
Block a user