Skip to content

Commit f53793e

Browse files
committed
refactor: main tf
Signed-off-by: thxCode <[email protected]>
1 parent 6d993aa commit f53793e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ locals {
1111
tags = {
1212
"Name" = join("-", [local.namespace, local.resource_name])
1313

14+
"walrus.seal.io/catalog-name" = "terraform-aws-elasticache-redis"
1415
"walrus.seal.io/project-id" = local.project_id
1516
"walrus.seal.io/environment-id" = local.environment_id
1617
"walrus.seal.io/resource-id" = local.resource_id

0 commit comments

Comments
 (0)