{"id":23024653,"url":"https://github.com/previousnext/terraform-provider-k8s","last_synced_at":"2025-06-13T19:05:14.061Z","repository":{"id":48447244,"uuid":"114703764","full_name":"previousnext/terraform-provider-k8s","owner":"previousnext","description":"Terraform Kubernetes provider to fill in the resource gaps","archived":false,"fork":false,"pushed_at":"2023-08-29T00:03:45.000Z","size":48148,"stargazers_count":11,"open_issues_count":3,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-13T19:04:22.901Z","etag":null,"topics":["go","ops","terraform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/previousnext.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-12-19T01:10:36.000Z","updated_at":"2024-02-03T14:16:47.000Z","dependencies_parsed_at":"2024-06-19T02:43:19.827Z","dependency_job_id":"180d249d-3a44-46cb-b586-9f159b7eb223","html_url":"https://github.com/previousnext/terraform-provider-k8s","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/previousnext/terraform-provider-k8s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousnext%2Fterraform-provider-k8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousnext%2Fterraform-provider-k8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousnext%2Fterraform-provider-k8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousnext%2Fterraform-provider-k8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/previousnext","download_url":"https://codeload.github.com/previousnext/terraform-provider-k8s/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/previousnext%2Fterraform-provider-k8s/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259704411,"owners_count":22898858,"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","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","ops","terraform"],"created_at":"2024-12-15T13:20:27.140Z","updated_at":"2025-06-13T19:05:14.033Z","avatar_url":"https://github.com/previousnext.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Terraform: Kubernetes\n=====================\n\n[![CircleCI](https://circleci.com/gh/previousnext/terraform-provider-k8s.svg?style=svg)](https://circleci.com/gh/previousnext/terraform-provider-k8s)\n\n**Maintainer**: Nick Schuch\n\nTerraform provider for Kubernetes.\n\n## Compared to core Kubernetes provider\n\n* We support APIs outside of the \"v1\" space eg. Deployment, Daemonset, Cronjob etc.\n* We don't wait for manifests to deploy - Service Object to get a load balancer provisioned.\n\n## Development\n\n### Getting started\n\nFor steps on getting started with Go:\n\nhttps://golang.org/doc/install\n\nTo get a checkout of the project run the following commands:\n\n```bash\n# Make sure the parent directories exist.\nmkdir -p $GOPATH/src/github.com/previousnext\n\n# Checkout the codebase.\ngit clone git@github.com:previousnext/terraform-provider-k8s $GOPATH/src/github.com/previousnext/terraform-provider-k8s\n\n# Change into the project to run workflow commands.\ncd $GOPATH/src/github.com/previousnext/terraform-provider-k8s\n```\n\n### Documentation\n\nSee `/docs`\n\n### Resources\n\n* [Dave Cheney - Reproducible Builds](https://www.youtube.com/watch?v=c3dW80eO88I)\n* [Bryan Cantril - Debugging under fire](https://www.youtube.com/watch?v=30jNsCVLpAE\u0026t=2675s)\n* [Sam Boyer - The New Era of Go Package Management](https://www.youtube.com/watch?v=5LtMb090AZI)\n* [Kelsey Hightower - From development to production](https://www.youtube.com/watch?v=XL9CQobFB8I\u0026t=787s)\n\n### Tools\n\n```bash\n# Dependency management\ngo get -u github.com/golang/dep/cmd/dep\n\n# Testing\ngo get -u github.com/golang/lint/golint\n\n# Release management.\ngo get -u github.com/tcnksm/ghr\n\n# Build\ngo get -u github.com/mitchellh/gox\n```\n\n### Workflow\n\n**Testing**\n\n```bash\nmake lint test\n```\n\n**Building**\n\n```bash\nmake build\n```\n\n**Releasing**\n\n```bash\nmake release\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreviousnext%2Fterraform-provider-k8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreviousnext%2Fterraform-provider-k8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreviousnext%2Fterraform-provider-k8s/lists"}