Merge pull request #2312 from nicwest/patch-1

fix a typo
This commit is contained in:
Chris Stephens 2018-10-23 12:54:47 -07:00 committed by GitHub
commit 77a449712e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ resource "google_project" "my_project" {
resource "google_app_engine_application" "app" {
project = "${google_project.my_project.project_id}"
location_id = "us-central'
location_id = "us-central"
}
```