mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 12:37:52 +02:00
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
4 lines
86 B
HCL
4 lines
86 B
HCL
provider "google" {
|
|
version = ">= 1.13.0"
|
|
project = "${var.proxy_project_name}"
|
|
}
|