mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-03 21:39:36 -05:00
fix: ignores 'remove_volumes' on container import
This commit is contained in:
parent
c1e7d9d4d9
commit
11a1c18748
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ func TestAccDockerContainer_basic(t *testing.T) {
|
|||
"container_logs",
|
||||
"destroy_grace_seconds",
|
||||
"upload",
|
||||
"remove_volumes",
|
||||
|
||||
// TODO mavogel: Will be done in #219
|
||||
"volumes",
|
||||
|
|
|
|||
Loading…
Reference in a new issue