From 7b9d562043fc5c580f7067aa6b6c3f22068c5a6d Mon Sep 17 00:00:00 2001 From: jianglai Date: Thu, 4 Oct 2018 14:40:48 -0700 Subject: [PATCH] Explicitly set terraform version in preparation for the incoming 1.13.0 update ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=215806094 --- java/google/registry/proxy/terraform/modules/common.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/java/google/registry/proxy/terraform/modules/common.tf b/java/google/registry/proxy/terraform/modules/common.tf index 10e1a70af..836f1fcaf 100644 --- a/java/google/registry/proxy/terraform/modules/common.tf +++ b/java/google/registry/proxy/terraform/modules/common.tf @@ -1,3 +1,4 @@ provider "google" { + version = "<= 1.12.0" project = "${var.proxy_project_name}" }