mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 05:27:52 +02:00
Generated with perl -pi -e 's/\"\$\{([a-zA-Z0-9._-]*)\}\"/$1/g' $(find ./ -name '*.tf') Copied from cl/282012376.
4 lines
81 B
HCL
4 lines
81 B
HCL
provider "google" {
|
|
version = ">= 1.13.0"
|
|
project = var.proxy_project_name
|
|
}
|