Completely remove App Engine region validation list

As requested in :
https://github.com/terraform-providers/terraform-provider-google/pull/3674
This commit is contained in:
letic 2019-05-23 18:24:44 +02:00
parent 2082c859df
commit cf3c406fee
1 changed files with 0 additions and 17 deletions

View File

@ -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,