{"id":16582261,"url":"https://github.com/colinwilson/terraform-hcloud","last_synced_at":"2026-06-10T07:31:16.437Z","repository":{"id":85135565,"uuid":"265693513","full_name":"colinwilson/terraform-hcloud","owner":"colinwilson","description":null,"archived":false,"fork":false,"pushed_at":"2021-01-19T10:13:46.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-06T01:51:51.411Z","etag":null,"topics":["cloud-init","hcloud","hetzner","hetzner-cloud","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colinwilson.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":"2020-05-20T21:50:50.000Z","updated_at":"2021-01-19T10:13:48.000Z","dependencies_parsed_at":"2023-11-24T04:45:22.074Z","dependency_job_id":null,"html_url":"https://github.com/colinwilson/terraform-hcloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/colinwilson/terraform-hcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinwilson%2Fterraform-hcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinwilson%2Fterraform-hcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinwilson%2Fterraform-hcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinwilson%2Fterraform-hcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colinwilson","download_url":"https://codeload.github.com/colinwilson/terraform-hcloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinwilson%2Fterraform-hcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142637,"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-06-10T02:00:07.152Z","response_time":89,"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":["cloud-init","hcloud","hetzner","hetzner-cloud","terraform","terraform-module"],"created_at":"2024-10-11T22:32:08.383Z","updated_at":"2026-06-10T07:31:16.420Z","avatar_url":"https://github.com/colinwilson.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-hcloud\nAn opinionated module to create servers in Hetzner Cloud and - by default - to provision the servers with Ansible first and then install Kubernetes with Rancher, but both of these are optional. See the variables file for the available configuration settings.\n\nExample config:\n\n```\ncluster_name    = ...\nssh_private_key = \"~/.ssh/id_rsa\"\nssh_public_key  = \"~/.ssh/id_rsa.pub\"\n\ninstall_ansible_dependencies = true\nansible_playbook_path       = ...\nansible_vault_password_path = ...\n\nrun_rancher_deploy = true\n\nservers = {\n  1 = {\n    name               = \"master\"\n    private_ip_address = \"10.0.0.2\"\n    server_type        = \"cx41\"\n    image              = \"centos-7\"\n    location           = \"nbg1\"\n    backups            = true\n    roles              = \"--etcd --controlplane\" # to deploy Kubernetes with Rancher\n  },\n\n  2 = {\n    name               = \"worker\"\n    private_ip_address = \"10.0.0.3\"\n    server_type        = \"cx41\"\n    image              = \"centos-7\"\n    location           = \"nbg1\"\n    backups            = true\n    roles              = \"--worker\" # to deploy Kubernetes with Rancher\n  },\n\n  ...\n}\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinwilson%2Fterraform-hcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolinwilson%2Fterraform-hcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinwilson%2Fterraform-hcloud/lists"}