1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 20:12:23 +00:00
Files
nomulus/java/google/registry/proxy/terraform/modules/common.tf
2018-10-08 16:59:29 -04:00

5 lines
86 B
HCL

provider "google" {
version = "<= 1.12.0"
project = "${var.proxy_project_name}"
}