{"id":30462984,"url":"https://github.com/kitos9112/terragrunt-gitlab-cicd-config","last_synced_at":"2025-08-24T00:03:17.590Z","repository":{"id":37079344,"uuid":"337232461","full_name":"kitos9112/terragrunt-gitlab-cicd-config","owner":"kitos9112","description":"Produces a suitable .gitlab-ci.yml file from a Golang TXT Template to work as input for a parent/child triggered GitLab CICD pipeline.","archived":false,"fork":false,"pushed_at":"2025-08-21T16:12:27.000Z","size":16452,"stargazers_count":10,"open_issues_count":14,"forks_count":6,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-21T19:01:49.622Z","etag":null,"topics":["cicd","gitlab","gitlab-ci","golang","terraform","terragrunt"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kitos9112.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-08T22:56:42.000Z","updated_at":"2025-06-21T09:51:35.000Z","dependencies_parsed_at":"2024-06-26T00:30:47.258Z","dependency_job_id":"24431202-1134-49e0-9cbd-06e8e764444e","html_url":"https://github.com/kitos9112/terragrunt-gitlab-cicd-config","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/kitos9112/terragrunt-gitlab-cicd-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitos9112%2Fterragrunt-gitlab-cicd-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitos9112%2Fterragrunt-gitlab-cicd-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitos9112%2Fterragrunt-gitlab-cicd-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitos9112%2Fterragrunt-gitlab-cicd-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitos9112","download_url":"https://codeload.github.com/kitos9112/terragrunt-gitlab-cicd-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitos9112%2Fterragrunt-gitlab-cicd-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271536779,"owners_count":24777189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd","gitlab","gitlab-ci","golang","terraform","terragrunt"],"created_at":"2025-08-24T00:01:06.218Z","updated_at":"2025-08-24T00:03:17.537Z","avatar_url":"https://github.com/kitos9112.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terragrunt-gitlab-cicd-config\n\nHeavily inspired on [Terragrunt Atlantis Configuration](https://github.com/transcend-io/terragrunt-atlantis-config) - This will read a [Terragrunt-like directory layout](https://github.com/gruntwork-io/terragrunt-infrastructure-live-example), interpret all `local` Terragrunt config blocks while parsing an input TXT Golang template that should effectively mimic a `.gitlab-ci.yml` file.\n\n\u003e The actual input file should be a valid `.gitlab-ci.yml` file with Golang. An example can be found [here](test/inputs/.gitlab-ci.yml.tpl)\n\n```bash\n\u003e terragrunt-gitlab-cicd-config --help\nBy taking a Golang TXT template file, it generates GitlabCI Config for Terragrunt IaC live style projects maintained in a mono-repo fashion.\n\nUsage:\n  terragrunt-gitlab-cicd-config [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  generate    Creates GitLab CICD Dynamic configuration\n  help        Help about any command\n  version     Version of terragrunt-gitlab-cicd-config\n\nFlags:\n  -h, --help               help for terragrunt-gitlab-cicd-config\n  -v, --verbosity string   Log level (debug, info, warn, error, fatal, panic (default \"info\")\n\nUse \"terragrunt-gitlab-cicd-config [command] --help\" for more information about a command.\n```\n\u003c!-- TOC --\u003e\n\n- [terragrunt-gitlab-cicd-config](#app)\n  - [Get it](#get-it)\n  - [Use it](#use-it)\n    - [Examples](#examples)\n\n\u003c!-- /TOC --\u003e\n\n## Get it\n\nUsing go get:\n\n```bash\ngo get -u github.com/kitos9112/terragrunt-gitlab-cicd-config\n```\n\nOr [download the binary](https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/latest) from the releases page.\n\n```bash\n# Linux x86_64\ncurl -L https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/2.0.1/terragrunt-gitlab-cicd-config_2.0.1_linux_x86_64.tar.gz | tar xz\n# Linux arm64\ncurl -L https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/2.0.1/terragrunt-gitlab-cicd-config_2.0.1_linux_arm64.tar.gz | tar xz\n\n# OS X x86_64\ncurl -L https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/2.0.1/terragrunt-gitlab-cicd-config_2.0.1_osx_x86_64.tar.gz | tar xz\n# OS X arm64\ncurl -L https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/2.0.1/terragrunt-gitlab-cicd-config_2.0.1_osx_arm64.tar.gz | tar xz\n\n# Windows x86_64\ncurl -LO https://github.com/kitos9112/terragrunt-gitlab-cicd-config/releases/download/2.0.1/terragrunt-gitlab-cicd-config_2.0.1_windows_x86_64.zip\nunzip terragrunt-gitlab-cicd-config_2.0.1_windows_x86_64.zip\n```\n\n## Use it\n\n```text\n\nterragrunt-gitlab-cicd-config [OPTIONS] [COMMAND [ARGS...]]\n\n/bin/sh: terragrunt-gitlab-cicd-config: command not found\n```\n\n### Examples\n\nWIP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitos9112%2Fterragrunt-gitlab-cicd-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitos9112%2Fterragrunt-gitlab-cicd-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitos9112%2Fterragrunt-gitlab-cicd-config/lists"}