Commit 1a5ad62c authored by João Carreira's avatar João Carreira Committed by GitHub

Add tags to aws_elasticache_subnet_group (#150)

Co-authored-by: default avatarcloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
parent 59349743
......@@ -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)
......
......@@ -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" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment