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 = <