Skip to content

Commit cc4ec6f

Browse files
committed
feat: pre-commit
1 parent 90239b4 commit cc4ec6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ terraform apply
164164

165165
After deployment, Terraform provides:
166166
- **console_url**: MinIO web console URL
167-
- **s3_api_url**: MinIO S3 API endpoint
167+
- **s3_api_url**: MinIO S3 API endpoint
168168
- **keycloak_url**: Keycloak admin console
169169
- **fqdn**: Fully qualified domain name
170170
- **mc_alias_command**: MinIO client configuration command
@@ -317,7 +317,7 @@ No modules.
317317
| <a name="input_minio_root_password"></a> [minio\_root\_password](#input\_minio\_root\_password) | MinIO root password for admin access | `string` | n/a | yes |
318318
| <a name="input_minio_root_user"></a> [minio\_root\_user](#input\_minio\_root\_user) | MinIO root username for admin access | `string` | `"minioadmin"` | no |
319319
| <a name="input_nginx_image"></a> [nginx\_image](#input\_nginx\_image) | Nginx container image | `string` | `"mcr.microsoft.com/azurelinux/base/nginx:1.25"` | no |
320-
| <a name="input_opkssh_redirect_uris"></a> [opkssh\_redirect\_uris](#input\_opkssh\_redirect\_uris) | OpenPubkey SSH client redirect URIs for local development | `list(string)` | <pre>[<br/> "http://localhost:3000/login-callback",<br/> "http://localhost:10001/login-callback",<br/> "http://localhost:11110/login-callback"<br/>]</pre> | no |
320+
| <a name="input_opkssh_redirect_uris"></a> [opkssh\_redirect\_uris](#input\_opkssh\_redirect\_uris) | OpenPubkey SSH client redirect URIs for local development | `list(string)` | <pre>[<br> "http://localhost:3000/login-callback",<br> "http://localhost:10001/login-callback",<br> "http://localhost:11110/login-callback"<br>]</pre> | no |
321321
| <a name="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 |
322322
| <a name="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 |
323323
| <a name="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 |

docker-compose/minio-realm-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@
112112
}
113113
]
114114
}
115-
}
115+
}

0 commit comments

Comments
 (0)