Update endpoints example due to field name change. (#1249)

This commit is contained in:
Nathan McKinley 2018-03-23 14:20:04 -04:00 committed by GitHub
parent 4b15990dc3
commit b645ecf0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ resource "google_endpoints_service" "endpoints_service" {
service_name = "echo-api.endpoints.${google_project.endpoints_project.project_id}.cloud.goog"
project = "${google_project.endpoints_project.project_id}"
config_text = <<EOF
openapi_config = <<EOF
swagger: "2.0"
info:
description: "A simple Google Cloud Endpoints API example."