oui
This commit is contained in:
parent
04240d987c
commit
38c6145ff5
@ -18,7 +18,7 @@ resource "google_compute_subnetwork" "backend" {
|
||||
}
|
||||
|
||||
resource "google_compute_subnetwork" "database" {
|
||||
name = "datababse"
|
||||
name = "database"
|
||||
network = google_compute_network.vpc.id
|
||||
ip_cidr_range = var.database_cidr
|
||||
region = var.region
|
||||
|
Loading…
Reference in New Issue
Block a user