From b645ecf0cc41ca5a5936039fd55e6e2c6df5d16d Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Fri, 23 Mar 2018 14:20:04 -0400 Subject: [PATCH] Update endpoints example due to field name change. (#1249) --- examples/endpoints-on-compute-engine/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/endpoints-on-compute-engine/main.tf b/examples/endpoints-on-compute-engine/main.tf index efeece8a..c4cd8da1 100644 --- a/examples/endpoints-on-compute-engine/main.tf +++ b/examples/endpoints-on-compute-engine/main.tf @@ -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 = <