From d77a2af7acee55457f4cab5f3acc8e3060564196 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 20 Jan 2021 10:29:19 +0100 Subject: Minio + wal-g --- terraform-minio/root.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'terraform-minio') diff --git a/terraform-minio/root.tf b/terraform-minio/root.tf index 9751f27..dcf4be4 100644 --- a/terraform-minio/root.tf +++ b/terraform-minio/root.tf @@ -1,6 +1,6 @@ resource "minio_s3_bucket" "terraform" { bucket = "terraform" - acl = "public-read-write" + acl = "none" } resource "minio_iam_policy" "terraform-access" { -- cgit v1.2.3