1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 13:36:48 +00:00
Files
nomulus/proxy/terraform/modules/common.tf
Lai Jiang db5311075d Patch terraform changes made internally (#651)
There were several LSC that made some formatting changes to our .tf
files. Export these changes externally for consistency.
2020-06-25 13:59:37 -04:00

4 lines
57 B
HCL

provider "google" {
project = var.proxy_project_name
}