Skip to content

Commit

Permalink
v3.1.0; add log_retention_in_days variable
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-e-allen committed May 11, 2022
1 parent da919b6 commit 2744923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drift-pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "aws_codepipeline" "drift-pipeline" {

resource "aws_cloudwatch_log_group" "build-drift" {
name = local.build_project_name_drift
retention_in_days = log_retention_in_days
retention_in_days = var.log_retention_in_days
tags = var.global_tags
}

Expand Down

0 comments on commit 2744923

Please sign in to comment.