Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Nov 10, 2023
1 parent 624f9a1 commit c2c7fea
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 @@ -349,6 +349,6 @@ resource "aws_glue_crawler" "ssm_resource_sync" {
schedule = var.log_schedule

s3_target {
path = var.existing_bucket_name != "" ? "s3://${var.existing_bucket_name}" : "s3://${module.s3-bucket[0].bucket.id}"
path = var.existing_bucket_name != "" ? "s3://${var.existing_bucket_name}/${var.application_name}/AWSLogs/${var.account_number}/elasticloadbalancing/" : "s3://${module.s3-bucket[0].bucket.id}/${var.application_name}/AWSLogs/${var.account_number}/elasticloadbalancing/"
}
}

0 comments on commit c2c7fea

Please sign in to comment.