forked from pierront/but3-iac
Suite
This commit is contained in:
@@ -63,7 +63,7 @@ resource "google_compute_firewall" "backend_firewall" {
|
||||
ports = ["8000"]
|
||||
}
|
||||
|
||||
source_ranges = ["frontend"]
|
||||
source_tags = ["frontend"]
|
||||
target_tags = ["backend"]
|
||||
|
||||
}
|
||||
@@ -77,7 +77,7 @@ resource "google_compute_firewall" "database_firewall" {
|
||||
ports = ["3306"]
|
||||
}
|
||||
|
||||
source_ranges = ["backend"]
|
||||
source_tags = ["backend"]
|
||||
target_tags = ["database"]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user