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