{"id":31104811,"url":"https://github.com/hatchet-dev/terraform-provider-hatchet","last_synced_at":"2026-05-09T16:56:19.769Z","repository":{"id":314210696,"uuid":"1038036239","full_name":"hatchet-dev/terraform-provider-hatchet","owner":"hatchet-dev","description":"Terraform provider for Hatchet Cloud","archived":false,"fork":false,"pushed_at":"2025-09-11T04:32:04.000Z","size":131,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-11T07:58:23.990Z","etag":null,"topics":["go","hatchet","terraform"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/hatchet-dev/hatchet/latest/docs","language":"Go","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/hatchet-dev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-14T14:13:40.000Z","updated_at":"2025-09-11T07:47:19.000Z","dependencies_parsed_at":"2025-09-11T07:59:43.397Z","dependency_job_id":"71101bac-65d1-455d-9aa3-dab9ac4bd18b","html_url":"https://github.com/hatchet-dev/terraform-provider-hatchet","commit_stats":null,"previous_names":["hatchet-dev/terraform-provider-hatchet"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hatchet-dev/terraform-provider-hatchet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatchet-dev%2Fterraform-provider-hatchet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatchet-dev%2Fterraform-provider-hatchet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatchet-dev%2Fterraform-provider-hatchet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatchet-dev%2Fterraform-provider-hatchet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatchet-dev","download_url":"https://codeload.github.com/hatchet-dev/terraform-provider-hatchet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatchet-dev%2Fterraform-provider-hatchet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275531440,"owners_count":25481325,"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","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"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":["go","hatchet","terraform"],"created_at":"2025-09-17T03:51:34.055Z","updated_at":"2025-09-17T03:51:37.257Z","avatar_url":"https://github.com/hatchet-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider for Hatchet Cloud\n\nA Terraform provider for managing Hatchet Cloud resources.\n\n## Requirements\n\n- [Terraform](https://www.terraform.io/downloads.html) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.25\n\n## Building The Provider\n\n1. Clone the repository\n2. Enter the repository directory\n3. Build the provider using the Go `go build` command:\n\n```shell\ngo build -o terraform-provider-hatchet\n```\n\n## Installing the Provider\n\n### Local Installation\n\nTo install the provider locally for development:\n\n```shell\nmake install\n```\n\nThis will build the provider and install it in the correct location for Terraform to find it.\n\n### Using the Provider\n\nCreate a Terraform configuration file (e.g., `main.tf`) with the following content:\n\n```hcl\nterraform {\n  required_providers {\n    hatchet = {\n      source  = \"hatchet-dev/hatchet\"\n      version = \"~\u003e 1.0\"\n    }\n  }\n}\n\nprovider \"hatchet\" {\n  # optionally can set the \"token\" but for production environments please use the HATCHET_CLOUD_MANAGEMENT_TOKEN environment variable\n}\n```\n\nYou can also use environment variables for configuration:\n\n```bash\nexport HATCHET_CLOUD_MANAGEMENT_TOKEN=\"your-api-token-here\"\n```\n\n## Development\n\n### Running Tests\n\n```shell\nmake test\n```\n\n### Formatting Code\n\n```shell\nmake fmt\n```\n\n### Generating Documentation\n\n```shell\nmake docs\n```\n\n### Cleaning Build Artifacts\n\n```shell\nmake clean\n```\n\n## Provider Configuration\n\nThe Hatchet Cloud provider supports the following configuration options:\n\n- `token` (Sensitive): Your Hatchet Cloud API token for authentication. Can also be set via the `HATCHET_CLOUD_MANAGEMENT_TOKEN` environment variable.\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Add tests for your changes\n5. Run the test suite\n6. Submit a pull request\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatchet-dev%2Fterraform-provider-hatchet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatchet-dev%2Fterraform-provider-hatchet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatchet-dev%2Fterraform-provider-hatchet/lists"}