Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Set auto_create_subnetworks to false for gcp api bug.
Browse files Browse the repository at this point in the history
- It now sets this to true automatically.
  • Loading branch information
Genevieve LEsperance committed Oct 7, 2017
1 parent a65777c commit 03e74e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions networks.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
resource "google_compute_network" "pcf-network" {
name = "${var.env_name}-pcf-network"
auto_create_subnetworks = false
}

resource "google_compute_subnetwork" "management-subnet" {
Expand Down

0 comments on commit 03e74e0

Please sign in to comment.