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): index log group
Browse files Browse the repository at this point in the history
  • Loading branch information
v-stickykeys committed May 24, 2022
1 parent 04e705c commit ddfad47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ecs/ipfs/data_sync.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "aws_datasync_task" "main" {
destination_location_arn = aws_datasync_location_s3.s3_ipfs_repo[0].arn

name = "${local.namespace}-repo"
cloudwatch_log_group_arn = aws_cloudwatch_log_group.data_sync.arn # Must be enabled in AWS
cloudwatch_log_group_arn = aws_cloudwatch_log_group.data_sync[0].arn # Must be enabled in AWS
options {
verify_mode = "NONE"
log_level = "BASIC"
Expand Down

0 comments on commit ddfad47

Please sign in to comment.