Skip to content

Commit b5ec1cb

Browse files
author
Sohan Yadav
authored
Merge pull request #8 from Nordplaner/ahes/fix-managed-by
Fix managed by
2 parents 6bf7482 + 3d95ebc commit b5ec1cb

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)