Can you conditionally apply lifecycle blocks to resources in Terraform 0.12.
For example if I wanted to add this block to an AWS ASG resource based of a parameter passed to the module.
lifecycle {
ignore_changes = [
target_group_arns,
]
}