Skip to content

Commit

Permalink
fix: Security ElastiCache.1 (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Blasczyk <zb@Zachary-Blasczyk-TW7P70V256.local>
  • Loading branch information
zacharyblasczyk and Zachary Blasczyk authored Feb 25, 2023
1 parent 1f3b794 commit c5d7fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/redis/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resource "aws_elasticache_replication_group" "default" {
automatic_failover_enabled = true
multi_az_enabled = true
maintenance_window = var.preferred_maintenance_window
snapshot_retention_limit = 1

subnet_group_name = var.redis_subnet_group_name
security_group_ids = [aws_security_group.redis.id]
Expand Down

0 comments on commit c5d7fe8

Please sign in to comment.