Skip to content

Commit

Permalink
fix: remove depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjianli authored Nov 15, 2023
1 parent e94d227 commit b5626ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit b5626ea

Please sign in to comment.