5 lines
No EOL
92 B
HCL
5 lines
No EOL
92 B
HCL
provider "google" {
|
|
project = var.project-id
|
|
region = var.region
|
|
zone = var.zone
|
|
} |