Skip to content

Commit

Permalink
fix MM locations (#4394) (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: upodroid <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: upodroid <[email protected]>
  • Loading branch information
modular-magician and upodroid authored Jan 12, 2021
1 parent 3ee2e7b commit b652c27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vpc_access_connector/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
resource "google_vpc_access_connector" "connector" {
name = "vpc-con-${local.name_suffix}"
region = "us-central1"
ip_cidr_range = "10.8.0.0/28"
network = "default"
}

0 comments on commit b652c27

Please sign in to comment.