{"id":34179264,"url":"https://github.com/zeet-dev/terraform-provider-zeet","last_synced_at":"2026-03-13T04:32:11.147Z","repository":{"id":226110292,"uuid":"753736215","full_name":"zeet-dev/terraform-provider-zeet","owner":"zeet-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-29T02:44:24.000Z","size":481,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-18T11:19:07.741Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"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/zeet-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-06T17:41:29.000Z","updated_at":"2024-05-20T22:12:09.000Z","dependencies_parsed_at":"2024-03-08T23:27:11.224Z","dependency_job_id":"29d6a794-bac6-4ee8-b36f-a058045279ee","html_url":"https://github.com/zeet-dev/terraform-provider-zeet","commit_stats":null,"previous_names":["zeet-dev/terraform-provider-zeet"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/zeet-dev/terraform-provider-zeet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeet-dev%2Fterraform-provider-zeet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeet-dev%2Fterraform-provider-zeet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeet-dev%2Fterraform-provider-zeet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeet-dev%2Fterraform-provider-zeet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeet-dev","download_url":"https://codeload.github.com/zeet-dev/terraform-provider-zeet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeet-dev%2Fterraform-provider-zeet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30457998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T03:55:51.346Z","status":"ssl_error","status_checked_at":"2026-03-13T03:55:33.055Z","response_time":60,"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":"2025-12-15T13:13:19.018Z","updated_at":"2026-03-13T04:32:11.140Z","avatar_url":"https://github.com/zeet-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider for Zeet\n\nZeet simplifies the deployment and management of applications and infrastructure on your cloud. With this Terraform\nprovider, you can automate and manage Zeet's powerful features through Terraform.\n\n## Features\n\n- **Deploy and Manage Zeet Projects**: Automate the creation and management of Zeet projects, including service\n  containers, Helm releases, and Terraform modules.\n- **Integrate with Terraform Ecosystem**: Seamlessly integrate with other Terraform native cloud modules.\n- **Security \u0026 Compliance**: Ensure your deployments meet security and compliance standards.\n\n### Supported Resources \u0026 Data\n\nWe currently support these entities; new features are being added, so feel free to request more.\n\n| Entity Type | Terraform Resource | Terraform Data |\n| ----------- | ------------------ | -------------- |\n| Team        | ✅                 |                |\n| Group       | ✅                 | ✅             |\n| SubGroup    | ✅                 | ✅             |\n| Blueprint   |                    | ✅             |\n| Project     | ✅                 |                |\n\n### Mapping to Project Types\n\n| Zeet Project Type   | Blueprint Slug                  |\n| ------------------- | ------------------------------- |\n| Service Container   | zeet-kubernetes-container-app   |\n| Job Container       | zeet-kubernetes-container-job   |\n| Serverless          | Not Supported at the moment     |\n| Terraform Module    | helm-chart                      |\n| Helm Release        | terraform-module                |\n| Kubernetes Manifest | kubernetes-manifest             |\n| Database            | refers to database blueprint id |\n| Custom Blueprint    | refers to your own blueprint id |\n\n## Getting Started\n\nTo get started with the Terraform Provider for Zeet, ensure you have Terraform installed and then add the Zeet provider\nto your Terraform configuration:\n\n```hcl\nterraform {\n  required_providers {\n    zeet = {\n      source  = \"zeet-dev/zeet\"\n      version = \"~\u003e 1.0.0\"\n    }\n  }\n}\n\nprovider \"zeet\" {\n  # Configuration options\n}\n```\n\nFor detailed instructions on how to use this provider, including setup, configuration, and examples, refer to the\n[Terraform Provider Documentation](https://registry.terraform.io/providers/zeet-dev/zeet/latest/docs).\n\n## Contributing\n\nWe welcome contributions from the community! Whether it's adding new features, improving documentation, or reporting\nbugs, please feel free to make a pull request or open an issue.\n\n## Development Guide\n\n### Requirements\n\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.20\n\n### Building The Provider\n\n1. Clone the repository.\n2. Enter the repository directory.\n3. 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). Please refer to the Go documentation for the\nmost 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### Developing the Provider\n\nTo generate or update documentation, run `go generate`.\n\nTo run the full suite of Acceptance tests, which create real resources and often cost money, run `make testacc`.\n\n```shell\nmake testacc\n```\n\n## License\n\nThis Terraform provider's source code is adapted from the official template\nhttps://github.com/hashicorp/terraform-provider-scaffolding-framework\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeet-dev%2Fterraform-provider-zeet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeet-dev%2Fterraform-provider-zeet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeet-dev%2Fterraform-provider-zeet/lists"}