Skip to content

Commit

Permalink
Merge pull request terraform-google-modules#22 from sunggun-yu/fix/ne…
Browse files Browse the repository at this point in the history
…tworks

`region` is required for `google_compute_subnetwork`
  • Loading branch information
Jberlinsky authored Oct 25, 2018
2 parents 4393b2c + ab56758 commit dc02785
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 dc02785

Please sign in to comment.