https://github.com/chrishrb/book-infrastructure
Infrastructure for the bachelor thesis book application
https://github.com/chrishrb/book-infrastructure
infrastructure terragrunt
Last synced: 3 months ago
JSON representation
Infrastructure for the bachelor thesis book application
- Host: GitHub
- URL: https://github.com/chrishrb/book-infrastructure
- Owner: chrishrb
- Created: 2023-11-27T20:17:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T22:28:20.000Z (over 2 years ago)
- Last Synced: 2025-12-27T02:23:36.734Z (5 months ago)
- Topics: infrastructure, terragrunt
- Language: HCL
- Homepage:
- Size: 26.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# book-infrastructure
Infrastructure for the bachelor thesis book application by Christoph Herb.
This repo contains Terragrunt code with multi accounts support. Terragrunt calls Terraform modules in the
[book-tfmod repository](https://github.com/cherb/book-tfmod).
## Getting started
```bash
# Go to env
cd environments/jambit
# Validate / plan / apply
terragrunt run-all validate
terragrunt run-all plan
terragrunt run-all apply
# Format
terragrunt hclfmt
```
## Used software
required software:
- [tgenv](https://github.com/cunymatthieu/tgenv): Version manager for Terragrunt
- [tfenv](https://github.com/tfutils/tfenv): Version namager for Terraform
implicit installed software by tfenv and tgenv :
- [Terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli)
- [Terragrunt](https://terragrunt.gruntwork.io/docs/getting-started/install/)
## Author
Christoph Herb