Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #115 from kylemoschetto/patch-1
Browse files Browse the repository at this point in the history
Adding version lock to the Google Provider
  • Loading branch information
danisla authored May 13, 2019
2 parents 1946d93 + e867ee2 commit 381d7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gke-nat-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ variable subnetwork {

provider google {
region = "${var.region}"
version = "1.18"
}

module "nat" {
Expand Down

0 comments on commit 381d7b5

Please sign in to comment.