Closed 0x46616c6b closed 2 years ago
Hi ;)
│ This statement declares a move to an object declared in external module │ package "registry.terraform.io/mineiros-io/team/github". Move statements │ can be only within a single module package.
The Error states a failing moved statement. Afaics we do not have any moved blocks in the module code atm.
Is there a moved statement in your code?
This might be because of the introduction of count in the module, but normally terraform should just pick this up, what version of terraform are you using?
Hey,
I tried to update from
0.7.0
to0.8.0
and stumbled upon the breaking changes. Receiving this error I have no glue how to fix it.I use the module to iterate over a bunch of teams, like
Do you have an idea how to fix that?