outerbounds / terraform-aws-metaflow

Deploy production-grade Metaflow cloud infrastructure on AWS
https://registry.terraform.io/modules/outerbounds/metaflow/aws/latest
Apache License 2.0
56 stars 48 forks source link

ACL is a deprecated argument for aws_s3_bucket #74

Open rsmith013 opened 1 year ago

rsmith013 commented 1 year ago
Warning: Argument is deprecated

  with module.metaflow_ml.module.metaflow-datastore.aws_s3_bucket.this,
  on .terraform/modules/metaflow_ml.metaflow-datastore/modules/datastore/s3.tf line 3, in resource "aws_s3_bucket" "this":
   3:   acl           = "private"

 Use the aws_s3_bucket_acl resource instead