You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Wiki page that documents the IaC needs to be created. The documentation should be clear and address errors like the one currently encountered :
[ERROR]: error creating S3 bucket ACL for b-blossom-nist-lambda: AccessControlListNotSupported: The bucket does not allow ACLs
status code: 400, request id: NDPM6C2KEC5KEFRX, host id: JZAtZQjoVqZ6S46E4WHtA2pREb/kjQsV2IRwsuOiSDCPCectBg6FR9u100fGH+msJT2pK65SwTJgiQDnN1at/tSmqvcJy4KJTXxjH2J2CY8=
with module.lambda_bucket.aws_s3_bucket_acl.this[0],
on .terraform/modules/lambda_bucket/main.tf line 40, in resource "aws_s3_bucket_acl" "this":
40: resource "aws_s3_bucket_acl" "this" {
[ERROR]: error creating S3 bucket ACL for b-blossom-nist-content: AccessControlListNotSupported: The bucket does not allow ACLs
status code: 400, request id: NDPYX9G2G9382SQ1, host id: xspW754WYuId09kYUonEtFoy2IJRSVvoAcOotSJYweqVEktcW69GzHu7LZpMi2hsOiwnKxWpKhI=
with module.s3_content_bucket.aws_s3_bucket_acl.this[0],
on .terraform/modules/s3_content_bucket/main.tf line 40, in resource "aws_s3_bucket_acl" "this":
40: resource "aws_s3_bucket_acl" "this" {
The text was updated successfully, but these errors were encountered:
A Wiki page that documents the IaC needs to be created. The documentation should be clear and address errors like the one currently encountered :
The text was updated successfully, but these errors were encountered: