From 8d8f6379a9c9e5602d46e751cc088ea7e749564d Mon Sep 17 00:00:00 2001 From: Michael Russell Date: Thu, 22 Aug 2019 09:12:24 +0200 Subject: [PATCH] Bump google terraform provider to the latest The current version started failing a couple of days ago with some very weird terraform crashes. The latest version is working as expected though. https://devops-ci.elastic.co/job/elastic+helm-charts+pull-request+cluster-creation/129/KUBERNETES_VERSION=1.12,label=docker&&virtual/console --- helpers/terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/terraform/main.tf b/helpers/terraform/main.tf index 5136b609e..292c881fa 100644 --- a/helpers/terraform/main.tf +++ b/helpers/terraform/main.tf @@ -1,7 +1,7 @@ provider "google" { project = "${var.project}" region = "${var.primary_region}" - version = "1.13.0" + version = "2.13.0" } terraform {