Dynamic lifecycle ignore_changes?

Hi, Is it possible (with terraform 0.12) to have a dynamic ignore_changes in a lifecycle block? What I’m hoping to achieve is to make ignoring changes to “user_data” optional in one of our modules. I’ve tried variants of this: lifecycle { ignore_changes = [<<-EOT tags.FQDN, tags.Ins…