1
0
mirror of https://github.com/google/nomulus synced 2026-04-15 14:07:19 +00:00

Update terraform version constraint

There is no "google_project" resource managed by terraform, so we are not worried about the new terraform binary destroying/re-creating GAE resources.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=217206226
This commit is contained in:
jianglai
2018-10-15 14:19:26 -07:00
committed by Ben McIlwain
parent fed4ec496f
commit ecdbdbca63

View File

@@ -1,4 +1,4 @@
provider "google" {
version = "<= 1.12.0"
version = ">= 1.13.0"
project = "${var.proxy_project_name}"
}