Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add tags to elasticahe_parameter_group
  • Loading branch information
nitrocode authored Dec 30, 2021
commit fa837948b1d33851158c256bee231e0b5c5cc38d
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ resource "aws_elasticache_parameter_group" "default" {
}
}

tags = module.this.tags

# Ignore changes to the description since it will try to recreate the resource
lifecycle {
ignore_changes = [
Expand Down