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