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:
@@ -1,4 +1,4 @@
|
||||
provider "google" {
|
||||
version = "<= 1.12.0"
|
||||
version = ">= 1.13.0"
|
||||
project = "${var.proxy_project_name}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user