Skip to content

Commit

Permalink
Make chart type actually optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kahn committed Aug 2, 2018
1 parent 9e8d7b9 commit 2df2b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appoptics/resource_librato_space_chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ func resourceAppOpticsSpaceChart() *schema.Resource {
},
"type": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Optional: true,
},
"min": {
Type: schema.TypeFloat,
Expand Down

0 comments on commit 2df2b5d

Please sign in to comment.