From bb5d78b8875a5604b4ab69381c72a1ea4dfb10a8 Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Sun, 5 Jul 2026 12:11:46 +0000 Subject: [PATCH] feat: add gitops-environments repo configuration for unicornops Add Terragrunt configuration to create a private gitops-environments repository under the unicornops organization using the mineiros-io github repository module. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- .../repos/gitops-environments/terragrunt.hcl | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 github/unicornops/repos/gitops-environments/terragrunt.hcl diff --git a/github/unicornops/repos/gitops-environments/terragrunt.hcl b/github/unicornops/repos/gitops-environments/terragrunt.hcl new file mode 100644 index 0000000..6226257 --- /dev/null +++ b/github/unicornops/repos/gitops-environments/terragrunt.hcl @@ -0,0 +1,34 @@ +terraform { + source = "tfr:///mineiros-io/repository/github?version=0.18.0" +} + +include "root" { + path = find_in_parent_folders("root.hcl") +} + +# Indicate what region to deploy the resources into +generate "provider" { + path = "provider.tf" + if_exists = "overwrite_terragrunt" + contents = <