Skip to content

Commit

Permalink
Update main.tf (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
idjemaoune committed Jun 30, 2022
1 parent f626cc1 commit fa94583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "aws_cw_logs" {
create_kms_key = var.create_kms_key
log_group_kms_key_id = var.log_group_kms_key_id
log_group_retention_in_days = var.log_group_retention_in_days
logs_path = "/ecs/service/${var.name_prefix}-jenkins-master"
logs_path = "/ecs/service/${var.name_prefix}-nexus"
}

#------------------------------------------------------------------------------
Expand Down

0 comments on commit fa94583

Please sign in to comment.