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 1f30c36 commit c496137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudtrail/cloudtrail.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ resource "aws_iam_role" "cloudtrail" {
force_detach_policies = false
max_session_duration = 3600
# add deny billing
attached_policies = [aws_iam_policy.cloudtrail_policy.arn]
path = "/"
managed_policy_arns = [aws_iam_policy.cloudtrail_policy.arn]
path = "/"

tags = merge(
local.base_tags,
Expand Down

0 comments on commit c496137

Please sign in to comment.