{"id":51409044,"url":"https://github.com/nvnivs/terraform-module-template","last_synced_at":"2026-07-04T13:06:05.067Z","repository":{"id":57646543,"uuid":"526620563","full_name":"nvnivs/terraform-module-template","owner":"nvnivs","description":"A template to create Terraform module Repositories.","archived":false,"fork":false,"pushed_at":"2026-06-04T02:12:19.000Z","size":245,"stargazers_count":5,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-04T04:09:00.150Z","etag":null,"topics":["devops","infrastructure-as-code","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nvnivs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-19T13:33:30.000Z","updated_at":"2026-06-02T22:41:00.000Z","dependencies_parsed_at":"2025-12-01T04:00:24.253Z","dependency_job_id":null,"html_url":"https://github.com/nvnivs/terraform-module-template","commit_stats":null,"previous_names":["nvnivs/terraform-module-template"],"tags_count":37,"template":true,"template_full_name":null,"purl":"pkg:github/nvnivs/terraform-module-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvnivs%2Fterraform-module-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvnivs%2Fterraform-module-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvnivs%2Fterraform-module-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvnivs%2Fterraform-module-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvnivs","download_url":"https://codeload.github.com/nvnivs/terraform-module-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvnivs%2Fterraform-module-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35122769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"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":["devops","infrastructure-as-code","terraform","terraform-module"],"created_at":"2026-07-04T13:06:04.522Z","updated_at":"2026-07-04T13:06:05.061Z","avatar_url":"https://github.com/nvnivs.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-module-template\n\n[![Latest][version-shield]][release-url]\n[![License][license-shield]][license-url]\n\nA template to scaffold Terraform module repositories.\n\n## Template features ✅\n\nThis section describes the features provided by this template. It should be replaced with the features provided by the module for repositories generated with the template.\n\n* Commit validation with [pre-commit-hooks] and [pre-commit-terraform]\n* Static code analysis with [tflint], configurable with `.tflint.hcl`\n* Static code analysis and [tfsec]\n* [Devcontainer] with all dependencies pre-configured\n* Generates README.md module documentation with [terraform-docs]\n* Configures [renovate] for dependency management\n* Actions workflows to test PRs and create GitHub Releases using [semantic-release]\n* Testing using [terratest]\n* [taskfile] to simplify repetitive actions\n* Sets terraform version with [tfenv], configurable with `.terraform-version`\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.13, \u003c 2.0.0 |\n| \u003ca name=\"requirement_null\"\u003e\u003c/a\u003e [null](#requirement\\_null) | 3.3.0 |\n\n## Providers\n\nNo providers.\n\n## Modules\n\nNo modules.\n\n## Resources\n\nNo resources.\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | An example of a variable. | `string` | `\"value\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_name\"\u003e\u003c/a\u003e [name](#output\\_name) | An example of an output. |\n\u003c!-- END_TF_DOCS --\u003e\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[version-shield]: https://img.shields.io/github/v/release/nvnivs/terraform-module-template?style=flat-square\n[release-url]: https://github.com/nvnivs/terraform-module-template/releases/latest\n[license-shield]: https://img.shields.io/github/license/nvnivs/terraform-module-template.svg?style=flat-square\n[license-url]: https://github.com/nvnivs/terraform-module-template/blob/main/LICENSE\n[pre-commit-hooks]: https://pre-commit.com/\n[pre-commit-terraform]: https://github.com/antonbabenko/pre-commit-terraform\n[tflint]: https://github.com/terraform-linters/tflint\n[tfsec]: https://github.com/aquasecurity/tfsec\n[Devcontainer]: https://code.visualstudio.com/docs/devcontainers/containers\n[terraform-docs]: https://github.com/terraform-docs/terraform-docs/\n[terratest]: https://terratest.gruntwork.io/\n[renovate]: https://github.com/renovatebot/renovate\n[semantic-release]: https://github.com/semantic-release/semantic-release\n[taskfile]: https://taskfile.dev/\n[tfenv]: https://github.com/tfutils/tfenv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvnivs%2Fterraform-module-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvnivs%2Fterraform-module-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvnivs%2Fterraform-module-template/lists"}