command: correct outdated comment
This commit is contained in:
parent
43cfd3d1c9
commit
d3792e4aef
|
@ -141,7 +141,8 @@ func (c *StateMvCommand) addableResult(results []*terraform.StateFilterResult) i
|
||||||
return result
|
return result
|
||||||
|
|
||||||
case *terraform.ResourceState:
|
case *terraform.ResourceState:
|
||||||
// If a module state then we should add the full list of modules
|
// If a resource state with more than one result, it has a multi-count
|
||||||
|
// and we need to add all of them.
|
||||||
result := []*terraform.ResourceState{v}
|
result := []*terraform.ResourceState{v}
|
||||||
if len(results) > 1 {
|
if len(results) > 1 {
|
||||||
for _, r := range results[1:] {
|
for _, r := range results[1:] {
|
||||||
|
|
Loading…
Reference in New Issue