You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_minio_root_user"></a> [minio\_root\_user](#input\_minio\_root\_user)| MinIO root username for admin access |`string`|n/a|yes|
198
+
| <aname="input_minio_root_user"></a> [minio\_root\_user](#input\_minio\_root\_user)| MinIO root username for admin access |`string`|`"minioadmin"`|no|
197
199
| <aname="input_nginx_image"></a> [nginx\_image](#input\_nginx\_image)| Nginx container image |`string`|`"mcr.microsoft.com/azurelinux/base/nginx:1.25"`| no |
198
200
| <aname="input_public_url_domain_name"></a> [public\_url\_domain\_name](#input\_public\_url\_domain\_name)| Domain name for the public URL (e.g., 'miniotest' creates 'miniotest.westeurope.azurecontainer.io') |`string`| n/a | yes |
199
201
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| Name of the Resource Group where you want to deploy MinIO |`string`| n/a | yes |
200
202
| <aname="input_ssl_cert_file"></a> [ssl\_cert\_file](#input\_ssl\_cert\_file)| Name of the SSL certificate file |`string`|`"server.crt"`| no |
201
203
| <aname="input_ssl_key_file"></a> [ssl\_key\_file](#input\_ssl\_key\_file)| Name of the SSL private key file |`string`|`"server.key"`| no |
202
-
| <aname="input_storage_account_name"></a> [storage\_account\_name](#input\_storage\_account\_name)| Storage Account Name (must be globally unique across Azure) |`string`|n/a|yes|
203
-
| <aname="input_storage_share_size"></a> [storage\_share\_size](#input\_storage\_share\_size)| Storage space needed in GBs (minimum 1GB, maximum 5120GB/5TB) |`number`|n/a|yes|
204
+
| <aname="input_storage_account_name"></a> [storage\_account\_name](#input\_storage\_account\_name)| Storage Account Name prefix (random suffix will be added for global uniqueness) |`string`|`"miniostorage"`|no|
205
+
| <aname="input_storage_share_size"></a> [storage\_share\_size](#input\_storage\_share\_size)| Storage space needed in GBs (minimum 1GB, maximum 5120GB/5TB) |`number`|`100`|no|
error_message="Storage account name prefix must be 3-24 characters, lowercase letters and numbers only. No special characters or uppercase letters allowed."
62
+
}
55
63
}
56
64
65
+
57
66
variable"public_url_domain_name" {
58
67
type=string
59
68
description="Domain name for the public URL (e.g., 'miniotest' creates 'miniotest.westeurope.azurecontainer.io')"
0 commit comments