Versions Compared

Key

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

...

Warning

You must be using Terraform version 0.14.1 or later to specify  name-specify specific tags (i.e. tags["just-this-tag"] ) in the ignore_changes attribute. If you are using any Terraform version prior to that, you will have to tell Terraform to ignore changes to all tags:

Code Block
   lifecycle {
     ignore_changes = [ tags ]
   } 


...