specify labels are optional

This commit is contained in:
Xander Flood 2019-11-08 18:56:55 -05:00
parent 1aa89c5e21
commit 7f548cd95a

View file

@ -35,6 +35,7 @@ func resourceDockerSecret() *schema.Resource {
"labels": {
Type: schema.TypeSet,
Optional: true,
ForceNew: true,
Elem: labelSchema,
},