diff --git a/third_party/terraform/resources/resource_app_engine_application.go b/third_party/terraform/resources/resource_app_engine_application.go index 082681a9deb4..96901c772af8 100644 --- a/third_party/terraform/resources/resource_app_engine_application.go +++ b/third_party/terraform/resources/resource_app_engine_application.go @@ -41,20 +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", - "asia-northeast1", - "asia-south1", - "australia-southeast1", - }, false), }, "serving_status": { Type: schema.TypeString,