infrastructure/terraform/minio.tf

4 lines
53 B
HCL

resource "aws_iam_user" "minio" {
name = "minio"
}