mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-28 18:49:49 -05:00
specify labels are optional
This commit is contained in:
parent
1aa89c5e21
commit
7f548cd95a
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ func resourceDockerSecret() *schema.Resource {
|
|||
|
||||
"labels": {
|
||||
Type: schema.TypeSet,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Elem: labelSchema,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue