Skip to content

Commit

Permalink
Merge pull request #22 from sunggun-yu/fix/networks
Browse files Browse the repository at this point in the history
`region` is required for `google_compute_subnetwork`
  • Loading branch information
Jberlinsky authored Oct 25, 2018
2 parents 5cb2b8b + f303681 commit 6dbeb4d
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
Expand Up @@ -5,5 +5,6 @@ data "google_compute_network" "gke_network" {

data "google_compute_subnetwork" "gke_subnetwork" {
name = "${var.subnetwork}"
region = "${var.region}"
project = "${local.network_project_id}"
}

0 comments on commit 6dbeb4d

Please sign in to comment.