Skip to content

Commit 3d95ebc

Browse files
committed
Fix managed by
1 parent 6bf7482 commit 3d95ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "aws_elasticache_subnet_group" "default" {
2323
count = var.enable ? 1 : 0
2424
name = module.labels.id
2525
subnet_ids = var.subnet_ids
26-
description = "Managed by Clouddrove"
26+
description = "Managed by ${var.managedby}"
2727
}
2828

2929
# Module : Elasticache Replication Group
@@ -115,4 +115,4 @@ resource "aws_elasticache_cluster" "default" {
115115
preferred_availability_zones = slice(var.availability_zones, 0, var.num_cache_nodes)
116116
maintenance_window = var.maintenance_window
117117
tags = module.labels.tags
118-
}
118+
}

0 commit comments

Comments
 (0)