Skip to content

Commit

Permalink
fix: org cloudtrail bucket policy
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Murray <darren.murray@lacework.net>
  • Loading branch information
dmurray-lacework committed Nov 2, 2023
1 parent d17c8ad commit 93fde14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/complete-cloudtrail/main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
provider "aws" {
region = "us-west-2"
profile = "growth"
}

provider "lacework" {}

module "aws_cloudtrail" {
source = "../../"

is_organization_trail = true
}

0 comments on commit 93fde14

Please sign in to comment.