Skip to content

Commit

Permalink
feat: support tags
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Nov 4, 2019
1 parent 9437660 commit 3016c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ resource "aws_elasticache_replication_group" "redis" {
subnet_group_name = aws_elasticache_subnet_group.redis_subnet_group.name
security_group_ids = [var.redis_security_group]
transit_encryption_enabled = var.redis_transit_encryption_enabled
tags = var.tags
}

0 comments on commit 3016c6b

Please sign in to comment.