https://github.com/soerenschneider/tf-minio
Managing my minio instances
https://github.com/soerenschneider/tf-minio
iac infrastructure-as-code minio opentofu s3 s3-bucket s3-storage terraform
Last synced: 4 months ago
JSON representation
Managing my minio instances
- Host: GitHub
- URL: https://github.com/soerenschneider/tf-minio
- Owner: soerenschneider
- Created: 2024-07-01T20:19:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T21:43:12.000Z (about 1 year ago)
- Last Synced: 2025-03-31T00:16:12.526Z (about 1 year ago)
- Topics: iac, infrastructure-as-code, minio, opentofu, s3, s3-bucket, s3-storage, terraform
- Language: HCL
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tf-minio




This repository implements Infrastructure as Code (IaC) using [OpenTofu](https://opentofu.org/) to configure Minio instances and write user credentials to Hashicorp Vault.
## Table of Contents
- [Overview](#overview)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
## Getting Started
Follow these instructions to set up the repository and start managing your Minio and Vault resources.
### Prerequisites
- [OpenTofu](https://opentofu.org/)
- Terragrunt
- Docker-compose
### Running the code
1. **Clone the repository:**
```bash
git clone https://github.com/soerenschneider/tf-minio.git
cd tf-minio
```
2. **Provisioning resources:**
```bash
cd envs/dev
bash run.sh
```
### Tests
This repository utilizes Terratest for automated testing of OpenTofu modules and configurations.
1. **Running the tests:**
```bash
$ make tests
```