From f2409b2f8e10874574af904e43094e069371e525 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 4 Dec 2022 19:54:47 +0100 Subject: Removing terraform-minio --- terraform-minio/root.tf | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 terraform-minio/root.tf (limited to 'terraform-minio/root.tf') diff --git a/terraform-minio/root.tf b/terraform-minio/root.tf deleted file mode 100644 index dcf4be4..0000000 --- a/terraform-minio/root.tf +++ /dev/null @@ -1,46 +0,0 @@ -resource "minio_s3_bucket" "terraform" { - bucket = "terraform" - acl = "none" -} - -resource "minio_iam_policy" "terraform-access" { - name = "terraform-access" - policy= <