From b9da82209c79a35394bfe6c0f07d343945834e6a Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Wed, 4 Mar 2026 21:43:04 +0000 Subject: [PATCH] feat: Adding the seefi-ios project to unicornops --- .../unicornops/repos/seefi-ios/terragrunt.hcl | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 github/unicornops/repos/seefi-ios/terragrunt.hcl diff --git a/github/unicornops/repos/seefi-ios/terragrunt.hcl b/github/unicornops/repos/seefi-ios/terragrunt.hcl new file mode 100644 index 0000000..8e2a581 --- /dev/null +++ b/github/unicornops/repos/seefi-ios/terragrunt.hcl @@ -0,0 +1,47 @@ +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 = <