{"id":20382182,"url":"https://github.com/nolte/terraform-infrastructure-modules","last_synced_at":"2025-09-06T04:38:50.061Z","repository":{"id":38083479,"uuid":"196954960","full_name":"nolte/terraform-infrastructure-modules","owner":"nolte","description":"Terraform Modules for easy Hetzner Cloud Usage","archived":false,"fork":false,"pushed_at":"2025-08-27T15:07:50.000Z","size":5976,"stargazers_count":0,"open_issues_count":6,"forks_count":1,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-08-28T00:21:30.501Z","etag":null,"topics":["hetzner-cloud","terraform-modules"],"latest_commit_sha":null,"homepage":"https://nolte.github.io/terraform-infrastructure-modules/","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/nolte.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":"2019-07-15T08:15:33.000Z","updated_at":"2022-01-26T21:10:54.000Z","dependencies_parsed_at":"2023-10-11T17:08:16.600Z","dependency_job_id":"1befb6ff-bae1-4235-a61d-16b33756a940","html_url":"https://github.com/nolte/terraform-infrastructure-modules","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/nolte/terraform-infrastructure-modules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fterraform-infrastructure-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fterraform-infrastructure-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fterraform-infrastructure-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fterraform-infrastructure-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nolte","download_url":"https://codeload.github.com/nolte/terraform-infrastructure-modules/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fterraform-infrastructure-modules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273858847,"owners_count":25180766,"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-09-06T02:00:13.247Z","response_time":2576,"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":["hetzner-cloud","terraform-modules"],"created_at":"2024-11-15T02:16:47.858Z","updated_at":"2025-09-06T04:38:50.038Z","avatar_url":"https://github.com/nolte.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Modules\n\n[![Github Project Stars](https://img.shields.io/github/stars/nolte/terraform-infrastructure-modules.svg?label=Stars\u0026style=social)](https://github.com/nolte/terraform-infrastructure-modules) [![Travis CI build status](https://travis-ci.org/nolte/terraform-infrastructure-modules.svg?branch=master)](https://travis-ci.org/nolte/terraform-infrastructure-modules) [![Documentation Status](https://readthedocs.org/projects/terraform-infrastructure-modules/badge/?version=latest)](https://terraform-infrastructure-modules.readthedocs.io/en/stable/?badge=stable) [![Github Issue Tracking](https://img.shields.io/github/issues-raw/nolte/terraform-infrastructure-modules.svg)](https://github.com/nolte/terraform-infrastructure-modules) [![Github LatestRelease](https://img.shields.io/github/release/nolte/terraform-infrastructure-modules.svg)](https://github.com/nolte/terraform-infrastructure-modules)\n\nRepository for Shared, reuseable Terraform Modules.  At the Moment the modules only useable for the [hetzner.de/cloud](https://hetzner.de/cloud), with the [terraform](https://www.terraform.io/docs/providers/hcloud/index.html) Provider.\n\n\n## Usage\n\n```terraform\nmodule \"private_access_key\" {\n    source = \"git::https://github.com/nolte/terraform-infrastructure-modules.git//[module_name]?ref=v0.0.5.dev\"\n    ...\n}\n```\n\n### Modules\n\n| module                      | description                                                                                                                                                             |\n|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``project_access_elements`` | Handle the Accees Keys from a Project (wrapper for the [hcloud_ssh_key](https://www.terraform.io/docs/providers/hcloud/r/ssh_key.html)).                                |\n| ``storage_elements``        | Handle Storage Volumes (wrapper for [hcloud_volume](https://www.terraform.io/docs/providers/hcloud/r/volume.html)).                                                     |\n| ``computing_elements``      | Handle Computing Instances (wrapper for [hcloud_server](https://www.terraform.io/docs/providers/hcloud/r/server.html)), execute a preconfiguration with ``CloudInit``.  |\n\n\n## Development\n\n\n```bash\nvirtualenv -p python3 ~/venvs/development\nsource ~/venvs/development/bin/activate\npip install -r requirements.txt\npre-commit install\n```\n\nAdd Required asdf Plugin Repositories for install additional tools.\n\n```sh\nasdf plugin-add terraform-docs https://github.com/looztra/asdf-terraform-docs\nasdf plugin-add task https://github.com/nolte/asdf-task.git\n```\n\n```sh\nasdf install \n```\n\nList Existing tasks\n\n```sh\n$ task -l\n\ntask: Available tasks for this project:\n* default:                              Generate All Module Readme Files\n* tfdocs_computing_elements:            Readme for Computing Elements\n* tfdocs_project_access_elements:       Readme for Project Access Elements\n* tfdocs_storage_elements:              Readme for Storage Elements\n```\n\n### Testing\n\n```\nexport PASSWORD_STORE_DIR=~/.password-store\nexport HCLOUD_TOKEN=$(pass internet/hetzner.com/projects/minecraft/terraform-token) \nexport TF_machine_access_pass_path=private/keyfiles/ssh/online/onlineSecond_rsa.pub\n\ngo test -v -timeout 30m\n```\n\n###  Docs\n\n```bash\ntox -e docs\n```\n## Links\n\n* [nolte/gh-plumbing](https://github.com/nolte/gh-plumbing) for a standardized build process.\n* [hcloud](https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs) Terraform Provider.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnolte%2Fterraform-infrastructure-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnolte%2Fterraform-infrastructure-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnolte%2Fterraform-infrastructure-modules/lists"}