- # Configure the AWS Provider
- provider "aws" {
- region = local.region
- profile = local.profile
- # I'm hoping this might be useful for adding a 'last_applied_by' tag
- #ignore_tags {
- # # specific tag
- # keys = ["ChangedAt"]
- # # or by prefix to ignore ChangedBy too
- # key_prefixes = ["Changed"]
- #}
- }
|