mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
specify source range
This commit is contained in:
@@ -7,6 +7,8 @@ resource "google_compute_firewall" "fe_firewall" {
|
||||
ports = ["8080"]
|
||||
}
|
||||
|
||||
source_ranges = ["0.0.0.0/0"]
|
||||
|
||||
target_tags = ["frontend"]
|
||||
}
|
||||
|
||||
@@ -19,5 +21,7 @@ resource "google_compute_firewall" "be_firewall" {
|
||||
ports = ["8081-8082"]
|
||||
}
|
||||
|
||||
source_ranges = ["0.0.0.0/0"]
|
||||
|
||||
target_tags = ["backend"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user