Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
fix(ecs-ipfs): get default tags from locals
Browse files Browse the repository at this point in the history
  • Loading branch information
v-stickykeys committed May 24, 2022
1 parent c83a6df commit dbd5509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ecs/ipfs/cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "aws_cloudwatch_log_group" "data_sync" {
count = var.enable_repo_backup_to_s3 ? 1 : 0
name = "/aws/datasync/${local.namespace}"
retention_in_days = 1827
tags = var.default_tags
tags = local.default_tags

lifecycle {
prevent_destroy = true
Expand Down

0 comments on commit dbd5509

Please sign in to comment.