forked from pierront/but3-iac
WIP: fix compute and network terraform plan
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# VPC
|
||||
|
||||
resource "google_compute_network" "vpc" {
|
||||
name = "${var.project_name}-vpc"
|
||||
name = "vpc"
|
||||
auto_create_subnetworks = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user