From 204f824f289cd378f8ccf4480cad347ad3f1e52d Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Sun, 1 Dec 2024 12:36:17 +0000 Subject: [PATCH] feat: Adding a new Terraform module repo Adding a new Terraform module repo to manage the home router. --- .../terragrunt.hcl | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 github/lazzurs/repos/terraform-routeros-home-router/terragrunt.hcl diff --git a/github/lazzurs/repos/terraform-routeros-home-router/terragrunt.hcl b/github/lazzurs/repos/terraform-routeros-home-router/terragrunt.hcl new file mode 100644 index 0000000..7433148 --- /dev/null +++ b/github/lazzurs/repos/terraform-routeros-home-router/terragrunt.hcl @@ -0,0 +1,36 @@ +terraform { + source = "tfr:///mineiros-io/repository/github?version=0.18.0" +} + +include { + path = find_in_parent_folders() +} + +# Indicate what region to deploy the resources into +generate "provider" { + path = "provider.tf" + if_exists = "overwrite_terragrunt" + contents = <