- Fix default value for ElastiCache parameter group.
- Break backward compatibility again by swapping out the
aws_elasticache_cluster
resource withaws_elasticache_replication_group
. - Remove
aws_elasticache_subnet_group
.
- Break backward compatibility by removing the default security group rules
that open
6379
to the VPC CIDR range. Module consumers and add their own rules via thesecurity_group_rule
resource. - Add
cache_security_group_id
as a module output.
- Add cache name to alarm names so multiple instances do not conflict within the same AWS account.
- Apply
hclfmt
.
- Remove hardcoded identifiers and interpolate the new
cache_name
variable to create unique resource names.
- Initial release.