Merge pull request #3713 from lwander/b-gcp-backend-region
provider/google: Region attribute wasn't wrapped in quotes
This commit is contained in:
commit
94456dd20c
|
@ -19,7 +19,7 @@ resource "google_compute_backend_service" "foobar" {
|
|||
port_name = "http"
|
||||
protocol = "HTTP"
|
||||
timeout_sec = 10
|
||||
region = us-central1
|
||||
region = "us-central1"
|
||||
|
||||
backend {
|
||||
group = "${google_compute_instance_group_manager.foo.instance_group}"
|
||||
|
|
Loading…
Reference in New Issue