Small typo (#3131)

This commit is contained in:
Laurent Raufaste 2019-03-07 08:50:12 -08:00 committed by Riley Karson
parent 58cdd9cd3a
commit 8780090a65

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