Skip to content

ignore_changes for tags #24

@8ear

Description

@8ear

If you use Azure tags and inherit them to resources, Terraform will, on every run, attempt to delete all tags—even those that are re-inherited. As a result, you never reach a state where no changes are necessary.

This can be resolved by the following snippet in your modules:

lifecycle {
    ignore_changes = [
      tags,
    ]
  }

is it possible to add that?

Kind regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions