Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit f72322c

Browse files
committed
Add Elem and Set to the network set
1 parent 35188f3 commit f72322c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

builtin/providers/docker/resource_docker_container.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ func resourceDockerContainer() *schema.Resource {
243243
Type: schema.TypeSet,
244244
Optional: true,
245245
ForceNew: true,
246+
Elem: &schema.Schema{Type: schema.TypeString},
247+
Set: stringSetHash,
246248
},
247249
},
248250
}

0 commit comments

Comments
 (0)