{"id":21347824,"url":"https://github.com/paddymorgan84/terragrunt-tutorial","last_synced_at":"2025-10-14T14:07:25.990Z","repository":{"id":105007902,"uuid":"358636118","full_name":"paddymorgan84/terragrunt-tutorial","owner":"paddymorgan84","description":"A simple example of using some of Terragrunts main features","archived":false,"fork":false,"pushed_at":"2021-04-23T07:36:24.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T14:06:06.272Z","etag":null,"topics":["infrastructure","terraform","terragrunt","tutorial"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/paddymorgan84.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-04-16T15:04:50.000Z","updated_at":"2022-02-28T18:22:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec0cf9a9-4958-45cd-b27c-c379e8aebb17","html_url":"https://github.com/paddymorgan84/terragrunt-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paddymorgan84/terragrunt-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paddymorgan84%2Fterragrunt-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paddymorgan84%2Fterragrunt-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paddymorgan84%2Fterragrunt-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paddymorgan84%2Fterragrunt-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paddymorgan84","download_url":"https://codeload.github.com/paddymorgan84/terragrunt-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paddymorgan84%2Fterragrunt-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019120,"owners_count":26086679,"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-10-14T02:00:06.444Z","response_time":60,"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":["infrastructure","terraform","terragrunt","tutorial"],"created_at":"2024-11-22T02:16:43.229Z","updated_at":"2025-10-14T14:07:25.985Z","avatar_url":"https://github.com/paddymorgan84.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terragrunt tutorial\n\nThis repo aims to give a tutorial around some of the features that Terragrunt offers, with examples for each.\n\n## What is Terragrunt?\n\n[Terragrunt](https://terragrunt.gruntwork.io/) is a thin wrapper that overlays [Terraform](https://www.terraform.io/) that allows you to avoid having large amounts of repetition in your infrastructure as code, as well as helping with terraform modules and remote state.\n\nTerraform is a great tool, but it does lend itself towards some duplication which can get harder to manage the larger your solution becomes.\n\n## Example structure\n\nThe [main branch](https://github.com/paddymorgan84/terragrunt-tutorial/tree/main) shows you the infrastructure pre-terragrunt.\n\nThe [terragrunt branch](https://github.com/paddymorgan84/terragrunt-tutorial/tree/terragrunt) shows you all of the examples, with updated `README.md` for details\n\n## Running the code\n\n1. Create your remote state backend:\n\n```bash\n\u003e cd remote-state/\n\u003e terraform init\n\u003e terraform apply\n```\n\n2. Create your example registry:\n\n```bash\n\u003e cd registry/\n\u003e terraform init\n\u003e terraform apply\n```\n\n3. Create your example storage:\n\n```bash\n\u003e cd storage/\n\u003e terraform init\n\u003e terraform apply\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaddymorgan84%2Fterragrunt-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaddymorgan84%2Fterragrunt-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaddymorgan84%2Fterragrunt-tutorial/lists"}