diff --git a/README.md b/README.md index da5e39a..1800dd0 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow. ## Copyright -Copyright © 2017-2021 [Cloud Posse, LLC](https://cpco.io/copyright) +Copyright © 2017-2022 [Cloud Posse, LLC](https://cpco.io/copyright) diff --git a/main.tf b/main.tf index 1dbb9fd..aa5b47b 100644 --- a/main.tf +++ b/main.tf @@ -85,6 +85,7 @@ resource "aws_elasticache_subnet_group" "default" { name = module.this.id description = "Elasticache subnet group for ${module.this.id}" subnet_ids = var.subnets + tags = module.this.tags } resource "aws_elasticache_parameter_group" "default" {