fix a typo

This commit is contained in:
Nic West 2018-10-23 19:27:52 +01:00 committed by GitHub
parent ddd9e01d98
commit 1fd3d8c2b9
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"
}
```