mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-15 16:48:37 -05:00
fix: changing mounts requires ForceNew (#314)
Co-authored-by: Nolan Woods <nolan_w@sfu.ca>
This commit is contained in:
parent
ccb7c6e8ab
commit
5a176eb763
1 changed files with 1 additions and 0 deletions
|
|
@ -250,6 +250,7 @@ func resourceDockerContainer() *schema.Resource {
|
|||
Type: schema.TypeSet,
|
||||
Description: "Specification for mounts to be added to containers created as part of the service",
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Elem: &schema.Resource{
|
||||
Schema: map[string]*schema.Schema{
|
||||
"target": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue