Skip to content

Commit

Permalink
Remove warning from terraform plan (#551)
Browse files Browse the repository at this point in the history
Many warnings form tdr-terraform-modules/s3 that has now been updated. Use latest version
  • Loading branch information
ian-hoyle authored Jan 8, 2025
1 parent 53f4007 commit fc8e4cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion root.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ module "upload_file_cloudfront_dirty_s3" {
cloudfront_oai = module.cloudfront_upload.cloudfront_oai_iam_arn
cloudfront_distribution_arns = [module.cloudfront_upload.cloudfront_arn]
}

# This is the only module that uses the canonical user grants in the tdr-terraform-modules/s3 module
# Grants are no longer the recommended way to grant access to a bucket. The s3 module will use the
# canonical user grants id in the bucket policy with permissions equivalent to 'FULL_CONTROL'
# tdr-terraform-modules/s3 module will be deprecated.
module "upload_file_cloudfront_logs" {
source = "./tdr-terraform-modules/s3"
project = var.project
Expand Down

0 comments on commit fc8e4cd

Please # to comment.