{"id":26163730,"url":"https://github.com/digitecgalaxus/terraform-provider-hetznerrobot","last_synced_at":"2026-04-20T17:33:28.971Z","repository":{"id":272752774,"uuid":"917565354","full_name":"DigitecGalaxus/terraform-provider-hetznerrobot","owner":"DigitecGalaxus","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-03T11:19:33.000Z","size":152,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":12,"default_branch":"master","last_synced_at":"2026-03-03T14:28:20.556Z","etag":null,"topics":["blackjack","hetzner","terraform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DigitecGalaxus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-16T08:26:30.000Z","updated_at":"2026-03-03T11:19:36.000Z","dependencies_parsed_at":"2025-01-16T13:06:48.917Z","dependency_job_id":"f92dffca-c98b-4b44-991b-58efd60f0f63","html_url":"https://github.com/DigitecGalaxus/terraform-provider-hetznerrobot","commit_stats":null,"previous_names":["digitecgalaxus/terraform-provider-hetznerrobot"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DigitecGalaxus/terraform-provider-hetznerrobot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DigitecGalaxus%2Fterraform-provider-hetznerrobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DigitecGalaxus%2Fterraform-provider-hetznerrobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DigitecGalaxus%2Fterraform-provider-hetznerrobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DigitecGalaxus%2Fterraform-provider-hetznerrobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DigitecGalaxus","download_url":"https://codeload.github.com/DigitecGalaxus/terraform-provider-hetznerrobot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DigitecGalaxus%2Fterraform-provider-hetznerrobot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32057677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":["blackjack","hetzner","terraform"],"created_at":"2025-03-11T14:52:53.342Z","updated_at":"2026-04-20T17:33:28.953Z","avatar_url":"https://github.com/DigitecGalaxus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider Hetzner Robot (Webservice)\n\nThis terraform provider can be used to manage hetzner bare metal servers over their webservice api. The implemented functionality is limited for the use cases that we need and is not a full implementation over all their apis.\n\n## Requirements\n\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.22\n\n## Building The Provider\n\n1. Clone the repository\n1. Enter the repository directory\n1. Build the provider using the Go `install` command:\n\n```shell\ngo install\n```\n\n## Adding Dependencies\n\nThis provider uses [Go modules](https://github.com/golang/go/wiki/Modules).\nPlease see the Go documentation for the most up to date information about using Go modules.\n\nTo add a new dependency `github.com/author/dependency` to your Terraform provider:\n\n```shell\ngo get github.com/author/dependency\ngo mod tidy\n```\n\nThen commit the changes to `go.mod` and `go.sum`.\n\n## Using the provider\n\n[docs](https://github.com/DigitecGalaxus/terraform-provider-hetznerrobot/tree/master/docs)\n\n## Developing the Provider\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (see [Requirements](#requirements) above).\n\nTo compile the provider, run `go install`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\nTo generate or update documentation, run `make generate`.\n\nIn order to run the full suite of Acceptance tests, run `make testacc`.\n\n*Note:* Acceptance tests create real resources, and often cost money to run.\n\n```shell\nmake testacc\n```\n\n## Releasing a new version\n\nThe action in this repository is triggered by creating a git tag with a vX.Y.Z format. There is also a github action setup in the org that communicates to the terraform registry via a [webhook](https://developer.hashicorp.com/terraform/registry/providers/publishing#webhooks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitecgalaxus%2Fterraform-provider-hetznerrobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitecgalaxus%2Fterraform-provider-hetznerrobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitecgalaxus%2Fterraform-provider-hetznerrobot/lists"}