Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 16, 2021
1 parent ee78dd6 commit 4d5dc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudtrail/cloudtrail.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ resource "aws_cloudtrail" "this" {
var.tags,
{ "Name" = local.name },
)
depends_on = [aws_s3_bucket_policy.bucket_policy]
depends_on = [aws_s3_bucket_policy.policy]
}

0 comments on commit 4d5dc8c

Please sign in to comment.