https://github.com/soerenschneider/tf-aws-ip-plz
https://github.com/soerenschneider/tf-aws-ip-plz
api-gateway aws iac iac-managed ip-plz lambda opentofu terragrunt
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soerenschneider/tf-aws-ip-plz
- Owner: soerenschneider
- Created: 2024-07-25T17:03:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T04:28:39.000Z (12 months ago)
- Last Synced: 2025-07-01T11:05:29.057Z (12 months ago)
- Topics: api-gateway, aws, iac, iac-managed, ip-plz, lambda, opentofu, terragrunt
- Language: HCL
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tf-aws-ip-plz



This repository implements Infrastructure as Code (IaC) using [OpenTofu](https://opentofu.org/) to configure all resources necessary to run the [ip-plz](https://github.com/soerenschneider/ip-plz) service.
## 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 AWS and Vault resources.
### Prerequisites
- AWS account and appropriate permissions
- [OpenTofu](https://opentofu.org/)
- Terragrunt
### Running the code
1. **Clone the repository:**
```bash
git clone https://github.com/soerenschneider/tf-aws-ip-plz.git
cd tf-aws-ip-plz
```
2. **Provisioning resources:**
```bash
cd envs/dev
bash run.sh
```