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

Commit

Permalink
specify version for google provider
Browse files Browse the repository at this point in the history
[#164382910]

Signed-off-by: Nick Mahoney <[email protected]>
  • Loading branch information
Zach Gershman authored and Nick Mahoney committed Mar 4, 2019
1 parent a2491e2 commit 460cb0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraforming-control-plane/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "google" {
region = "${var.region}"
credentials = "${var.service_account_key}"

version = ">= 1.7.0"
version = "~> 1.20"
}

terraform {
Expand Down
2 changes: 1 addition & 1 deletion terraforming-pas/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "google" {
region = "${var.region}"
credentials = "${var.service_account_key}"

version = ">= 1.7.0"
version = "~> 1.20"
}

terraform {
Expand Down
2 changes: 1 addition & 1 deletion terraforming-pks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "google" {
region = "${var.region}"
credentials = "${var.service_account_key}"

version = ">= 1.7.0"
version = "~> 1.20"
}

terraform {
Expand Down

0 comments on commit 460cb0e

Please sign in to comment.