From ae89214de2e15100d8e3b94a81a25f7c2357200c Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Wed, 3 Feb 2021 11:31:08 -0500 Subject: [PATCH] Remove unused appSpecInternalPortSchema() --- digitalocean/app_spec.go | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/digitalocean/app_spec.go b/digitalocean/app_spec.go index f8c44d9ea..a8f68fc75 100644 --- a/digitalocean/app_spec.go +++ b/digitalocean/app_spec.go @@ -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": {