Add Elem and Set to the network set

This commit is contained in:
Colin Hebert 2016-01-05 03:46:24 +01:00
parent 35188f3694
commit f72322ca33
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ func resourceDockerContainer() *schema.Resource {
Type: schema.TypeSet,
Optional: true,
ForceNew: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: stringSetHash,
},
},
}