{"id":20839168,"url":"https://github.com/timoa/terraform-aws-module-example","last_synced_at":"2025-05-08T21:35:27.753Z","repository":{"id":37472659,"uuid":"481180458","full_name":"timoa/terraform-aws-module-example","owner":"timoa","description":"A Terraform module uses as an example to start new AWS Terraform module. It includes all the automation (versioning, providers update, lint, security) and best practices from HashiCorp","archived":false,"fork":false,"pushed_at":"2024-11-13T17:23:21.000Z","size":219,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-13T18:29:23.651Z","etag":null,"topics":["aws","managed-by-terraform","renovate","semantic-release","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://timoa.com","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/timoa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-13T11:01:24.000Z","updated_at":"2024-11-13T17:23:41.000Z","dependencies_parsed_at":"2024-01-20T12:24:58.708Z","dependency_job_id":"b94e6d84-9f82-4999-8529-3b480de4f390","html_url":"https://github.com/timoa/terraform-aws-module-example","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":"timoa/terraform-module-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoa%2Fterraform-aws-module-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoa%2Fterraform-aws-module-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoa%2Fterraform-aws-module-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoa%2Fterraform-aws-module-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timoa","download_url":"https://codeload.github.com/timoa/terraform-aws-module-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225110511,"owners_count":17422412,"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","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":["aws","managed-by-terraform","renovate","semantic-release","terraform","terraform-module"],"created_at":"2024-11-18T01:12:32.033Z","updated_at":"2024-11-18T01:12:32.673Z","avatar_url":"https://github.com/timoa.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS module example\n\n[![Latest Release][release-badge]][release-url]\n[![Build Status][github-badge]][github-url]\n[![License][license-badge]][license-url]\n\nA Terraform module uses as a template to start new module.\n\nIt includes all the automation (versioning, providers update, lint, security) and best practices from HashiCorp.\n\n* [Pre-commit][pre-commit-url]: enforce checks on the module before commit\n* [Semantic Release][semantic-release-url]: automate the release and version process\n* [Reviewdog][reviewdog-url]: automate the review process with per code line comments (TFLint \u0026 TFSec checks)\n* [Renovate][renovate-url]: automate the dependency management (update provider version, etc.)\n* [ShiftLeft SCAN][shiftleft-scan-url]: security audit tool to detect security flaws in application and infrastructure code\n\n## Usage\n\n### Integrate the module into your Terraform project\n\nIf you want to use this module inside your project, you can use the following code (change the tag to match the latest version):\n\n```bash\nmodule \"module-template\" {\n  source = \"git::https://github.com/timoa/terraform-aws-module-example.git?ref=tags/0.0.2\"\n\n  # Required\n  region    = \"us-east-1\"\n\n  # Optional\n  namespace = \"my-project\"\n  stage     = \"prod\"\n}\n```\n\n### Output example\n\n```bash\nterraform init\nterraform plan\n```\n\n```bash\nChanges to Outputs:\n  + available_zones = [\n      + \"us-east-1a\",\n      + \"us-east-1b\",\n      + \"us-east-1c\",\n      + \"us-east-1d\",\n      + \"us-east-1e\",\n      + \"us-east-1f\",\n    ]\n\nYou can apply this plan to save these new output values to the Terraform\nstate, without changing any real infrastructure.\n```\n\n[github-badge]: https://github.com/timoa/terraform-aws-module-example/workflows/Terraform/badge.svg\n[github-url]: https://github.com/timoa/terraform-aws-module-example/actions?query=workflow%3ATerraform\n[release-badge]: https://img.shields.io/github/release/timoa/terraform-aws-module-example.svg\n[release-url]: https://github.com/timoa/terraform-aws-module-example/releases/latest\n[license-badge]: https://img.shields.io/github/license/timoa/terraform-aws-module-example.svg\n[license-url]: https://github.com/timoa/terraform-aws-module-example/blob/main/LICENSE\n[pre-commit-url]: https://pre-commit.com/\n[semantic-release-url]: https://semantic-release.gitbook.io/semantic-release/\n[reviewdog-url]: https://github.com/reviewdog/reviewdog\n[renovate-url]: https://www.whitesourcesoftware.com/free-developer-tools/renovate/\n[shiftleft-scan-url]: https://shiftleft.io/docs/scan/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimoa%2Fterraform-aws-module-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimoa%2Fterraform-aws-module-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimoa%2Fterraform-aws-module-example/lists"}