diff --git a/s3.tf b/s3.tf index c5dc03c..61a76d3 100644 --- a/s3.tf +++ b/s3.tf @@ -126,7 +126,6 @@ resource "aws_s3_bucket_acl" "apiary_data_bucket" { for_each = { for schema in local.schemas_info : "${schema["schema_name"]}" => schema } - depends_on = [aws_s3_bucket_ownership_controls.apiary_bucket[each.key]] bucket = aws_s3_bucket.apiary_data_bucket[each.key].id acl = "private" }