Skip to content

Commit

Permalink
Completely remove App Engine region validation list
Browse files Browse the repository at this point in the history
  • Loading branch information
letic authored and modular-magician committed May 23, 2019
1 parent c0baea3 commit 9c54213
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions third_party/terraform/resources/resource_app_engine_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9c54213

Please sign in to comment.