feast-dev / feast-dev/feast-workshop

Module_0 not working due to changes in AWS bucket

Open
#18 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
104
Forks
57
PR merge metrics
No merged PRs in 30d

Description

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

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.