Skip to content

Commit

Permalink
Remove unused appSpecInternalPortSchema()
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Feb 3, 2021
1 parent 10a0105 commit ae89214
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions digitalocean/app_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,17 +241,6 @@ func appSpecRouteSchema() map[string]*schema.Schema {
}
}

func appSpecInternalPortSchema() *schema.Resource {
return &schema.Resource{
Schema: map[string]*schema.Schema{
"port": {
Type: schema.TypeInt,
Required: true,
Description: "A port used for internally contacting the service.",
},
}}
}

func appSpecHealthCheckSchema() map[string]*schema.Schema {
return map[string]*schema.Schema{
"http_path": {
Expand Down

0 comments on commit ae89214

Please sign in to comment.