Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can tell Terraform to ignore those tags by adding a lifecycle stanza to the resource and setting the ignore_changes attribute as shown below. The next time you run Terraform plan/apply, Terraform will ignore any of those tags.

Info

Since the "Cost Center" tag is added only to a new Transit Gateway Attachment that will be added to VPCs, you don't strictly need to include it in the ignore_changes configuration shown below for other resources.


Terraform Versions >= 0.12.3

...