forked from pierront/but3-iac
network
This commit is contained in:
@@ -48,7 +48,7 @@ resource "google_compute_firewall" "allow_user_frontend" {
|
|||||||
ports = ["80", "443"]
|
ports = ["80", "443"]
|
||||||
}
|
}
|
||||||
|
|
||||||
source_tags = ["0.0.0.0/0"]
|
source_ranges = ["0.0.0.0/0"]
|
||||||
target_tags = ["frontend"]
|
target_tags = ["frontend"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user