TofuGu: Inventory manager for OpenTofu or Terraform #1527
alt-dima
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Hello @alt-dima, You should definitely check the terragrunt on https://github.com/gruntwork-io/terragrunt ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm developing an inventory manager for OpenTofu or Terraform. It dynamically generates tfvars files based on JSONs in an inventory repository and executes either Tofu or Terraform.
This tool helps avoid Terraform code duplication by allowing reuse with dynamic configuration. For example, you can create multiple identical environments with varying configurations (like CIDR blocks).
The alpha version (proof-of-concept) is ready! If you're interested in trying it out, let me know. This is a personal project I'm working on to learn Golang.
https://github.com/alt-dima/tofugu
Beta Was this translation helpful? Give feedback.
All reactions