From 9c5421311fedbe32c8957f173d13073a255e990e Mon Sep 17 00:00:00 2001 From: letic Date: Thu, 23 May 2019 18:24:44 +0200 Subject: [PATCH] Completely remove App Engine region validation list As requested in : https://github.com/terraform-providers/terraform-provider-google/pull/3674 --- .../resource_app_engine_application.go | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/third_party/terraform/resources/resource_app_engine_application.go b/third_party/terraform/resources/resource_app_engine_application.go index c33f21e5123f..96901c772af8 100644 --- a/third_party/terraform/resources/resource_app_engine_application.go +++ b/third_party/terraform/resources/resource_app_engine_application.go @@ -41,23 +41,6 @@ func resourceAppEngineApplication() *schema.Resource { "location_id": { Type: schema.TypeString, Required: true, - ValidateFunc: validation.StringInSlice([]string{ - "northamerica-northeast1", - "us-central", - "us-west2", - "us-east1", - "us-east4", - "southamerica-east1", - "europe-west", - "europe-west2", - "europe-west3", - "europe-west6", - "asia-northeast1", - "asia-northeast2", - "asia-east2", - "asia-south1", - "australia-southeast1", - }, false), }, "serving_status": { Type: schema.TypeString,