We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d993aa commit f53793eCopy full SHA for f53793e
main.tf
@@ -11,6 +11,7 @@ locals {
11
tags = {
12
"Name" = join("-", [local.namespace, local.resource_name])
13
14
+ "walrus.seal.io/catalog-name" = "terraform-aws-elasticache-redis"
15
"walrus.seal.io/project-id" = local.project_id
16
"walrus.seal.io/environment-id" = local.environment_id
17
"walrus.seal.io/resource-id" = local.resource_id
0 commit comments