I am writing a custom provider and am trying to figure out how to get access to the lifecycle data in the .tf file in my go code.
lifecycle {
ignore_changes = [
"member_list"
]
}
I'm digging through the code, but so far no luck in finding it. Any help will be greatly appreciated.