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.
1 parent 6bf7482 commit 3d95ebcCopy full SHA for 3d95ebc
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