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
This commit is contained in:
jianglai 2018-10-04 14:40:48 -07:00 committed by Ben McIlwain
parent 68bd502ba7
commit 7b9d562043

View file

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