Skip to content

Commit

Permalink
Switched required to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Jan 7, 2021
1 parent 6e0fde2 commit a47bcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/schema_feed.go
Expand Up @@ -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": {
Expand Down

0 comments on commit a47bcf6

Please sign in to comment.