Commit b4c83b1
committed
Add support for 'ignore_tags' on the AWS provider
If there are any tags which are added through automation outside
of this terraform, they can be passed into the `ignore_tags` variable
so that they will be excluded during terraform apply|plan.
For example, internally at Redpanda we use cloud-nuke to clean up
resources in our accounts. The cloud-nuke process adds a tag
`cloud-nuke-first-seen` to all resources so that after a configurable
amount of time the resource can be deleted. Since those tags are added
by another process outside of this terraform we will want to ignore them.1 parent 0ed2971 commit b4c83b1
2 files changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
| |||
0 commit comments