◐ Shell
clean mode source ↗

Module_0 not working due to changes in AWS bucket

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Open

@pmayd

Description

It seems you no longer can attach ACL to buckets, see: terraform-aws-modules/terraform-aws-s3-bucket#223. I removed the following resource from main.tf and was able to deploy

resource "aws_s3_bucket_acl" "feast_bucket_acl" {
  bucket = aws_s3_bucket.feast_bucket.bucket
  acl    = "private"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels

    No labels

    Type

    No type

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions