{"id":25735950,"url":"https://github.com/small-hack/modules-hetzner-tf-vm","last_synced_at":"2026-03-02T18:07:22.736Z","repository":{"id":183780127,"uuid":"670740105","full_name":"small-hack/modules-hetzner-tf-vm","owner":"small-hack","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-09T21:41:58.000Z","size":64,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-10T02:27:29.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/small-hack.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}},"created_at":"2023-07-25T18:15:14.000Z","updated_at":"2024-06-01T18:17:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"25779c96-198e-458b-8b83-176f6a3e620b","html_url":"https://github.com/small-hack/modules-hetzner-tf-vm","commit_stats":null,"previous_names":["small-hack/vmt-terraform-hetzner","small-hack/modules-hetzner-tf-vm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fmodules-hetzner-tf-vm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fmodules-hetzner-tf-vm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fmodules-hetzner-tf-vm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/small-hack%2Fmodules-hetzner-tf-vm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/small-hack","download_url":"https://codeload.github.com/small-hack/modules-hetzner-tf-vm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240800730,"owners_count":19859725,"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":[],"created_at":"2025-02-26T05:34:19.766Z","updated_at":"2026-03-02T18:07:17.707Z","avatar_url":"https://github.com/small-hack.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hetzner Terraform Infra\n\nThis repo manages VleermuisTech infrstructure on Hetzner Cloud.\n\n- https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_hcloud\"\u003e\u003c/a\u003e [hcloud](#requirement\\_hcloud) | 1.42.1 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_cloudflare\"\u003e\u003c/a\u003e [cloudflare](#provider\\_cloudflare) | n/a |\n| \u003ca name=\"provider_hcloud\"\u003e\u003c/a\u003e [hcloud](#provider\\_hcloud) | 1.42.1 |\n| \u003ca name=\"provider_random\"\u003e\u003c/a\u003e [random](#provider\\_random) | n/a |\n| \u003ca name=\"provider_template\"\u003e\u003c/a\u003e [template](#provider\\_template) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [cloudflare_record.this](https://registry.terraform.io/providers/hashicorp/cloudflare/latest/docs/resources/record) | resource |\n| [cloudflare_tunnel.this](https://registry.terraform.io/providers/hashicorp/cloudflare/latest/docs/resources/tunnel) | resource |\n| [cloudflare_tunnel_config.this](https://registry.terraform.io/providers/hashicorp/cloudflare/latest/docs/resources/tunnel_config) | resource |\n| [hcloud_floating_ip.this](https://registry.terraform.io/providers/hetznercloud/hcloud/1.42.1/docs/resources/floating_ip) | resource |\n| [hcloud_floating_ip_assignment.this](https://registry.terraform.io/providers/hetznercloud/hcloud/1.42.1/docs/resources/floating_ip_assignment) | resource |\n| [hcloud_server.this](https://registry.terraform.io/providers/hetznercloud/hcloud/1.42.1/docs/resources/server) | resource |\n| [random_id.this](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/id) | resource |\n| [random_pet.this](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet) | resource |\n| [template_file.this](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_cloudflare_account_id\"\u003e\u003c/a\u003e [cloudflare\\_account\\_id](#input\\_cloudflare\\_account\\_id) | n/a | `string` | n/a | yes |\n| \u003ca name=\"input_cloudflare_zone_id\"\u003e\u003c/a\u003e [cloudflare\\_zone\\_id](#input\\_cloudflare\\_zone\\_id) | n/a | `string` | n/a | yes |\n| \u003ca name=\"input_github_username\"\u003e\u003c/a\u003e [github\\_username](#input\\_github\\_username) | n/a | `string` | n/a | yes |\n| \u003ca name=\"input_hcloud_token\"\u003e\u003c/a\u003e [hcloud\\_token](#input\\_hcloud\\_token) | n/a | `any` | n/a | yes |\n| \u003ca name=\"input_hetzner_ssh_key_name\"\u003e\u003c/a\u003e [hetzner\\_ssh\\_key\\_name](#input\\_hetzner\\_ssh\\_key\\_name) | n/a | `string` | n/a | yes |\n| \u003ca name=\"input_location\"\u003e\u003c/a\u003e [location](#input\\_location) | n/a | `string` | n/a | yes |\n| \u003ca name=\"input_server_type\"\u003e\u003c/a\u003e [server\\_type](#input\\_server\\_type) | n/a | `any` | n/a | yes |\n| \u003ca name=\"input_ssh_pub_key\"\u003e\u003c/a\u003e [ssh\\_pub\\_key](#input\\_ssh\\_pub\\_key) | n/a | `any` | n/a | yes |\n| \u003ca name=\"input_tunnel_name\"\u003e\u003c/a\u003e [tunnel\\_name](#input\\_tunnel\\_name) | n/a | `string` | n/a | yes |\n| \u003ca name=\"input_username\"\u003e\u003c/a\u003e [username](#input\\_username) | n/a | `string` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_floating_address\"\u003e\u003c/a\u003e [floating\\_address](#output\\_floating\\_address) | Public IP address for the instance |\n| \u003ca name=\"output_ipv4_address\"\u003e\u003c/a\u003e [ipv4\\_address](#output\\_ipv4\\_address) | Public IP address for the instance |\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmall-hack%2Fmodules-hetzner-tf-vm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmall-hack%2Fmodules-hetzner-tf-vm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmall-hack%2Fmodules-hetzner-tf-vm/lists"}