oui
This commit is contained in:
parent
630689db38
commit
f6ba2a782a
@ -3,7 +3,7 @@ resource "google_compute_network" "vpc" {
|
||||
auto_create_subnetworks = false
|
||||
}
|
||||
|
||||
resource "google_compute_subnetwork" "frontendsub" {
|
||||
resource "google_compute_subnetwork" "frontend" {
|
||||
name = "frontend"
|
||||
network = google_compute_network.vpc.id
|
||||
ip_cidr_range = var.frontend_cidr
|
||||
|
Loading…
Reference in New Issue
Block a user