Skip to content

Commit

Permalink
Make attributes optional
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGacon committed Dec 22, 2023
1 parent 6d8aaad commit bb988cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoserver/resource_geoserver_featuretype.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func resourceGeoserverFeatureType() *schema.Resource {
},
"attribute": {
Type: schema.TypeSet,
Required: true,
Optional: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"name": {
Expand Down

0 comments on commit bb988cf

Please sign in to comment.