Reusable Terraform modules for homelab infrastructure.
| Module | Provider | Description |
|---|---|---|
| yc-folder | Yandex Cloud | Create a resource manager folder |
Modules are referenced via Terragrunt:
terraform {
source = "git::https://github.com/itruslan/terraform-modules.git//yc-folder?ref=main"
}See terragrunt.example.hcl in each module for a full example.
- Terraform
~> 1.9 - Terragrunt
~> 0.99