Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Modificando tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MattheusDuarte committed Aug 3, 2023
1 parent 8772b30 commit 3aa5524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ resource "aws_elasticache_parameter_group" "default" {
name = var.name
family = var.family
description = var.description
tags = merge({ "Name" = var.name }, var.tags)
}

# https://www.terraform.io/docs/providers/aws/r/elasticache_subnet_group.html
Expand Down

0 comments on commit 3aa5524

Please sign in to comment.