google-nomulus/proxy/terraform/modules/common.tf
Lai Jiang b7b4658d0c 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

3 lines
57 B
HCL

provider "google" {
project = var.proxy_project_name
}