*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
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 |
Terraform Versions >= 0.12.3
...