google-nomulus/java/google/registry/proxy/terraform/modules/common.tf
jianglai ecdbdbca63 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
2018-10-17 11:54:34 -04:00

4 lines
86 B
HCL

provider "google" {
version = ">= 1.13.0"
project = "${var.proxy_project_name}"
}