Skip to content

Commit

Permalink
Merge pull request #27 from AlexGacon/master
Browse files Browse the repository at this point in the history
Make attributes optional
  • Loading branch information
AlexGacon authored Dec 22, 2023
2 parents 6d8aaad + bb988cf commit 0d79ebe
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 0d79ebe

Please sign in to comment.