Skip to content

Commit

Permalink
Merge pull request #71 from dfds-data/fix/acl
Browse files Browse the repository at this point in the history
fix: Remove conflicting S3 bucket ACL resource from Terraform config
  • Loading branch information
kaqmak authored Jan 10, 2025
2 parents aad1c56 + 99f48dd commit 3f1ba7d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mlflow-terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
provider "aws" {
region = "eu-central-1"
}
// Mlflow bucket will get a random unique name
resource "aws_s3_bucket_acl" "mlflow_bucket_acl" {
acl = "private"
bucket = aws_s3_bucket.mlflow_bucket.id
}

resource "aws_s3_bucket" "mlflow_bucket" {
tags = {
Name = "Mlflow model artifacts bucket"
Expand Down

0 comments on commit 3f1ba7d

Please sign in to comment.