diff --git a/octopusdeploy/schema_feed.go b/octopusdeploy/schema_feed.go index d6a7fd33..268852d2 100644 --- a/octopusdeploy/schema_feed.go +++ b/octopusdeploy/schema_feed.go @@ -140,7 +140,7 @@ func getFeedSchema() map[string]*schema.Schema { "password": getPasswordSchema(false), "package_acquisition_location_options": { Elem: &schema.Schema{Type: schema.TypeString}, - Required: true, + Optional: true, Type: schema.TypeList, }, "region": {