enthought / terraform-modules

Reusable terraform modules
BSD 3-Clause "New" or "Revised" License
26 stars 17 forks source link

Ignore id and auto_init in lifecycle on github_repository resource in managed_repository #16

Closed dbolack closed 5 years ago

dbolack commented 5 years ago

Adds lifecycle event ignores to two events that will only trigger when we're importing an existing repository into a module and we do NOT want that to happen.

It's strange that ID woudl ever recompute and auto_init forces a new object no mater it's value.