Minio buckets
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.3.5, < 2 |
| minio | ~> 3.5.2 |
Providers
| Name | Version |
|---|---|
| minio | ~> 3.5.2 |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| minio_s3_bucket.bucket | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| acl | Access control list (ACL) des buckets | string |
n/a | yes |
| bucket_names | Liste des noms de buckets à créer | list(string) |
n/a | yes |
| force_destroy | n/a | bool |
n/a | yes |
| tags | n/a | map(string) |
{} |
no |
| versioning_enabled | n/a | bool |
false |
no |
Outputs
| Name | Description |
|---|---|
| bucket_names | List of names of the created MinIO buckets |