provider/google: Region attribute wasn't wrapped in quotes

This commit is contained in:
Lars Wander 2015-10-31 09:52:50 -04:00
parent f8047b2c1f
commit 8c4fb4e537

View File

@ -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}"