{"id":17888597,"url":"https://github.com/l-with/terraform-module-instance","last_synced_at":"2026-02-07T00:33:21.410Z","repository":{"id":193544232,"uuid":"689005458","full_name":"l-with/terraform-module-instance","owner":"l-with","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-16T07:29:34.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T09:15:44.784Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/l-with.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}},"created_at":"2023-09-08T15:13:29.000Z","updated_at":"2024-12-16T07:29:28.000Z","dependencies_parsed_at":"2024-04-23T12:13:26.625Z","dependency_job_id":null,"html_url":"https://github.com/l-with/terraform-module-instance","commit_stats":null,"previous_names":["l-with/terraform-module_instance"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/l-with/terraform-module-instance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fterraform-module-instance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fterraform-module-instance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fterraform-module-instance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fterraform-module-instance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/l-with","download_url":"https://codeload.github.com/l-with/terraform-module-instance/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fterraform-module-instance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29181894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T23:15:33.022Z","status":"ssl_error","status_checked_at":"2026-02-06T23:15:09.128Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-28T13:37:56.076Z","updated_at":"2026-02-07T00:33:21.389Z","avatar_url":"https://github.com/l-with.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Modul instance\n\nTerraform modules to provide instances on \n\n- [contabo](https://registry.terraform.io/providers/contabo/contabo/latest): [terraform module instance contabo](modules/contabo/README.md)\n- [digitalocean](https://registry.terraform.io/providers/digitalocean/digitalocean/latest): [terraform module instance digitalocean](modules/digitalocean/README.md)\n- [hetzner](https://registry.terraform.io/providers/hetznercloud/hcloud/latest): [terraform module instance hetzner](modules/hetzner/README.md)\n- [scaleway](https://registry.terraform.io/providers/scaleway/scaleway/latest): [terraform module instance scaleway](modules/scaleway/README.md)\n- [vsphere](https://registry.terraform.io/providers/hashicorp/vsphere/latest): [terraform module instance vsphere](modules/vsphere/README.md)\n\n## Motivation\n\nThe motivation is to make switching between platforms as easy as possible.\n\n## Differences\n\n### ssh_key\n\n- contabo\n  - for the [attribute ssh_keys of the resource contabo_instance](https://registry.terraform.io/providers/contabo/contabo/latest/docs/resources/contabo_instance#ssh_keys) the ids of ssh keys can be used\u003cbr\u003e\n  - unfortunately the [data source contabo_secret](https://registry.terraform.io/providers/contabo/contabo/latest/docs/data-sources/contabo_secret) uses the id of the ssh key\n  - the bypass is to retrieve all secrets via API and filter by name\n- digitalocean\n  - for the [attribute ssh_keys of the resource digitalocean_droplet](https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/droplet#ssh_keys) the ids or fingerprints of ssh keys can be used\u003cbr\u003e\n  - the ids can be retrieved by [data source digitalocean_ssh_key](https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/data-sources/ssh_key) by the name of the ssh key\n- hetzner\n  - for the [attribute ssh_keys of the resource hcloud_server](https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/server#ssh_keys) the ids or names of ssh keys can be used\u003cbr\u003e\n- scaleway\n  - there is no attribute ssh_keys for the resource [scaleway_instance_server](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_server)\n  - the ssh-keys of the organization and the project are used for the instance\n  - the only possibility is to create ssh-keys with the [resource scaleway_iam_ssh_key](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_ssh_key)\n- vsphere\n  - for the [attribute vapp of the resource vsphere_virtual_machine](https://registry.terraform.io/providers/hashicorp/vsphere/latest/docs/resources/virtual_machine#vapp) in the sub-key properties the key public-keys can be used \n\n**Summary**\n\n| provider     | ssh-key specification possibility | resource ssh-key                                                                                                        |\n|--------------|-----------------------------------|-------------------------------------------------------------------------------------------------------------------------|\n| contabo      | name                              | [contabo_secret](https://registry.terraform.io/providers/contabo/contabo/latest/docs/resources/contabo_secret)          |\n| digitalocean | name                              | [digitalocean_ssh_key](https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/ssh_key) |\n| hetzner      | id or name                        | [hcloud_ssh_key](https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/ssh_key)             | \n| scaleway     | public key                        | [scaleway_iam_ssh_key](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_ssh_key)     |\n| vsphere      | public key                        | -                                                                                                                       |\n \n### cloud-init\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl-with%2Fterraform-module-instance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl-with%2Fterraform-module-instance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl-with%2Fterraform-module-instance/lists"}