Skip to content

Commit

Permalink
Remove appengine location validation (#1824)
Browse files Browse the repository at this point in the history
Merged PR #1824.
  • Loading branch information
danawillow authored and modular-magician committed May 23, 2019
1 parent b2b0659 commit 429df51
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions third_party/terraform/resources/resource_app_engine_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 429df51

Please sign in to comment.