We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bf7482 + 3d95ebc commit b5ec1cbCopy full SHA for b5ec1cb
main.tf
@@ -23,7 +23,7 @@ resource "aws_elasticache_subnet_group" "default" {
23
count = var.enable ? 1 : 0
24
name = module.labels.id
25
subnet_ids = var.subnet_ids
26
- description = "Managed by Clouddrove"
+ description = "Managed by ${var.managedby}"
27
}
28
29
# Module : Elasticache Replication Group
@@ -115,4 +115,4 @@ resource "aws_elasticache_cluster" "default" {
115
preferred_availability_zones = slice(var.availability_zones, 0, var.num_cache_nodes)
116
maintenance_window = var.maintenance_window
117
tags = module.labels.tags
118
-}
+}
0 commit comments