Module_0 not working due to changes in AWS bucket
feast-dev / feast-workshop Public
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
opened
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
Fields
No fields configured for issues without a type.
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests