https://github.com/soerenschneider/tf-rabbitmq
https://github.com/soerenschneider/tf-rabbitmq
automation iac infrastructure-as-code messaging opentofu rabbitmq terragrunt terratest vault
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soerenschneider/tf-rabbitmq
- Owner: soerenschneider
- Created: 2024-07-02T19:19:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T11:04:08.000Z (over 1 year ago)
- Last Synced: 2025-02-06T05:25:23.533Z (over 1 year ago)
- Topics: automation, iac, infrastructure-as-code, messaging, opentofu, rabbitmq, terragrunt, terratest, vault
- Language: HCL
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tf-rabbitmq




This repository implements Infrastructure as Code (IaC) using [OpenTofu](https://opentofu.org/) to configure RabbitMQ clusters 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 RabbitMQ and Vault resources.
### Prerequisites
- [OpenTofu](https://opentofu.org/)
- Docker-compose
### Running the code
1. **Clone the repository:**
```bash
git clone https://github.com/soerenschneider/tf-rabbitmq.git
cd tf-rabbitmq
```
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
```