Skip to content

Releases: dfds-data/mlflow-infrastructure

Remove conflicting S3 bucket ACL resource from Terraform configuration

10 Jan 08:22
3f1ba7d
Compare
Choose a tag to compare

This release implements minor changes to the Terraform files regarding S3 access.
If “Bucket owner enforced” is active for your S3 bucket, ACLs are effectively disabled. Attempting to set them via Terraform (aws_s3_bucket_acl) will fail with AccessControlListNotSupported. See hashicorp/terraform-provider-aws#34079

v4.0.0

25 Aug 08:25
ddda010
Compare
Choose a tag to compare

BREAKING:

v3.0.0

15 Mar 13:19
f48b426
Compare
Choose a tag to compare
  • Bumped AWS provider dependency to >= 4.0
  • Fix breaking change with S3 bucket provisioning in the new version

v2.0.0

14 Sep 12:09
c5ace1c
Compare
Choose a tag to compare

Fixes breaking changes after upgrading to terraform 1.0.0

v1.0.0

16 Apr 12:51
Compare
Choose a tag to compare
Merged PR 46002: Set up CI with Azure Pipelines