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

Commit

Permalink
Bump google terraform provider
Browse files Browse the repository at this point in the history
The current version is failing to create new GKE clusters
  • Loading branch information
Crazybus committed Aug 22, 2019
1 parent 231a537 commit 9583f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider "google" {
project = "${var.project}"
region = "${var.primary_region}"
version = "1.13.0"
version = "2.13.0"
}

terraform {
Expand Down

0 comments on commit 9583f93

Please sign in to comment.