mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02: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:
parent
fed4ec496f
commit
ecdbdbca63
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
provider "google" {
|
||||
version = "<= 1.12.0"
|
||||
version = ">= 1.13.0"
|
||||
project = "${var.proxy_project_name}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue