Skip to content

Commit

Permalink
Remove global routing mode (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj committed Sep 12, 2024
1 parent 20ee715 commit 175a07f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/networking/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ resource "google_compute_network" "vpc" {
name = "${var.namespace}-vpc"
description = "Weights & Biases VPC Network"
auto_create_subnetworks = false
routing_mode = "GLOBAL"
}

resource "google_compute_subnetwork" "default" {
Expand Down

0 comments on commit 175a07f

Please sign in to comment.