You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add this code to generated resources to let us not to scan and correct the generated code when we need to update tags
with the current setting resources are DESTROYED and REBUILDED when there a tag change
The text was updated successfully, but these errors were encountered:
Tag changes dont cause resources to be re-built. But they are updated in place. Resource rebuild can happen because of other changes like metadata for instances etc.
However you can put tag changes in ignore list so it doesnt remove the tags.
lifecycle {
ignore_changes = [defined_tags, freeform_tags ]
}
add this code to generated resources to let us not to scan and correct the generated code when we need to update tags
with the current setting resources are DESTROYED and REBUILDED when there a tag change
The text was updated successfully, but these errors were encountered: