{"id":28996517,"url":"https://github.com/frozenfoxx/terraform-workbench-linode","last_synced_at":"2026-05-07T10:36:16.392Z","repository":{"id":107619175,"uuid":"325664758","full_name":"frozenfoxx/terraform-workbench-linode","owner":"frozenfoxx","description":"Deploy a Linux workbench server in Linode","archived":false,"fork":false,"pushed_at":"2021-01-11T02:41:37.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-20T00:50:19.269Z","etag":null,"topics":["docker","linode","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/frozenfoxx.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-30T22:58:01.000Z","updated_at":"2021-12-06T16:42:03.000Z","dependencies_parsed_at":"2023-06-13T01:15:56.409Z","dependency_job_id":null,"html_url":"https://github.com/frozenfoxx/terraform-workbench-linode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frozenfoxx/terraform-workbench-linode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fterraform-workbench-linode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fterraform-workbench-linode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fterraform-workbench-linode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fterraform-workbench-linode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frozenfoxx","download_url":"https://codeload.github.com/frozenfoxx/terraform-workbench-linode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozenfoxx%2Fterraform-workbench-linode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["docker","linode","linux"],"created_at":"2025-06-25T05:10:06.330Z","updated_at":"2026-05-07T10:36:16.376Z","avatar_url":"https://github.com/frozenfoxx.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-workbench-linode\n\nDeploy a Linux workbench server in Linode.\n\n# Requirements\n\n* a Linode account.\n* the `linode_sshkey` resource is handled elsewhere.\n\n# Usage\n\nTo use this module, in your `main.tf` TerraForm code for a deployment insert the following:\n\n``` code\nmodule \"workbench\" {\n  source = \"github.com/frozenfoxx/terraform-workbench-linode\"\n\n  authorized_keys          = [\"${linode_sshkey.terraform.ssh_key}\"]\n  fqdn                     = var.fqdn\n  image                    = var.image\n  name                     = \"workbench\"\n  private_key              = chomp(file(var.private_ssh_key))\n  region                   = var.region\n  type                     = var.type\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozenfoxx%2Fterraform-workbench-linode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrozenfoxx%2Fterraform-workbench-linode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozenfoxx%2Fterraform-workbench-linode/lists"}