Merge pull request #3713 from lwander/b-gcp-backend-region

provider/google: Region attribute wasn't wrapped in quotes
This commit is contained in:
Radek Simko 2015-11-02 10:47:27 +00:00
commit 345827738d

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