Skip to content

Commit

Permalink
make sure encryoption is set
Browse files Browse the repository at this point in the history
  • Loading branch information
sionsmith committed Jan 20, 2019
1 parent 6695df1 commit 5a39ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module_cloudtrail_bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module "cloudtrail_bucket" {
s3_bucket_policy = "${data.template_file.cloudtrail_policy.rendered}"
s3_bucket_force_destroy = "${var.s3_bucket_force_destroy}"
common_tags = "${var.common_tags}"
//todo: fixed the service side encryption on bucket.
}

resource "aws_cloudtrail" "cloudtrail" {
Expand Down

0 comments on commit 5a39ebd

Please sign in to comment.