From c041b64e67eca5121ec8387766eb907af56aabe6 Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Sun, 8 Mar 2026 13:38:39 +0000 Subject: [PATCH] feat: Add Terragrunt config for fedihost GitHub repo --- .../unicornops/repos/fedihost/terragrunt.hcl | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 github/unicornops/repos/fedihost/terragrunt.hcl diff --git a/github/unicornops/repos/fedihost/terragrunt.hcl b/github/unicornops/repos/fedihost/terragrunt.hcl new file mode 100644 index 0000000..e622204 --- /dev/null +++ b/github/unicornops/repos/fedihost/terragrunt.hcl @@ -0,0 +1,51 @@ +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 = <