{"id":16777640,"url":"https://github.com/atb00ker/terraform-kubernetes-openwisp","last_synced_at":"2026-05-19T04:05:51.217Z","repository":{"id":120981864,"uuid":"237315138","full_name":"atb00ker/terraform-kubernetes-openwisp","owner":"atb00ker","description":" Terraform files for deploying docker-openwisp in kubernetes.","archived":false,"fork":false,"pushed_at":"2020-04-03T08:35:18.000Z","size":59,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T11:49:15.467Z","etag":null,"topics":["docker-openwisp","kubernetes","openwisp","terraform","terraform-module"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atb00ker.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}},"created_at":"2020-01-30T22:07:05.000Z","updated_at":"2021-07-28T19:02:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8f16e63-4142-4a24-9a60-dfdd86578b0a","html_url":"https://github.com/atb00ker/terraform-kubernetes-openwisp","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/atb00ker/terraform-kubernetes-openwisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atb00ker%2Fterraform-kubernetes-openwisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atb00ker%2Fterraform-kubernetes-openwisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atb00ker%2Fterraform-kubernetes-openwisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atb00ker%2Fterraform-kubernetes-openwisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atb00ker","download_url":"https://codeload.github.com/atb00ker/terraform-kubernetes-openwisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atb00ker%2Fterraform-kubernetes-openwisp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267626517,"owners_count":24117699,"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-07-29T02:00:12.549Z","response_time":2574,"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":["docker-openwisp","kubernetes","openwisp","terraform","terraform-module"],"created_at":"2024-10-13T07:25:23.563Z","updated_at":"2026-05-19T04:05:46.174Z","avatar_url":"https://github.com/atb00ker.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform(kubernetes): OpenWISP\n\n[![Terraform](https://img.shields.io/badge/terraform-openwisp-blue)](https://registry.terraform.io/modules/atb00ker/openwisp/kubernetes)\n[![GitHub](https://img.shields.io/badge/github-openwisp-success)](https://github.com/openwisp/terraform-kubernetes-openwisp/)\n[![GitHub license](https://img.shields.io/github/license/atb00ker/terraform-kubernetes-openwisp.svg)](https://github.com/openwisp/terraform-kubernetes-openwisp/blob/master/LICENSE)\n\nTerraform files for deploying docker-openwisp in kubernetes.\nThis module does not provision the infrastructure but expects\naccess to an existing kubernetes cluster.\n\n## Requirements\n\nIf you using the following options, please follow the requirements as per the variable's documentation:\n\n- `kubernetes_services.use_cert_manager`\n\n## Usage\n\n**Note: The following links work only when you are viewing on github.com**\n\n### Variables\n- Inputs documentation available [here](docs/input.md).\n- Outputs documentation available [here](docs/output.md).\n\n### Examples\n- Standalone example available [here](examples/standalone).\n- Google cloud example available [here](examples/google-cloud).\n\n### Create\n\n1. Configure the options in the module. (`examples/` may be helpful)\n2. Apply the configurations: `terraform apply`\n\n### Destroy\n\n1. Destroy the resources using terraform `terraform destroy`\n2. Uninstall cert-manager: `kubectl delete --filename \u003ckubernetes_services.cert_manager_link\u003e`\n\n## Advanced Usage\n\n### Removing cert-manager\n\nUnfortunately, cert-manager uses CRDs and terraform doesn't work very well with it, so if you want to remove\n\n1. Destroy resources:\n\n```bash\nterraform destroy \\\n    --target=module.kubernetes.kubernetes_namespace.cert_manager \\\n    --target=module.kubernetes.null_resource.install_cert_manager \\\n    --target=module.kubernetes.null_resource.certificate_cert_manager \\\n    --target=module.kubernetes.null_resource.clusterissuer_cert_manager \\\n    --target=module.kubernetes.null_resource.ingress_cert_manager \\\n    --target=module.kubernetes.kubernetes_ingress.http_ingress\n```\n\n2. Uninstall cert-manager: `kubectl delete --filename \u003ckubernetes_services.cert_manager_link\u003e`\n\n3. Create Ingress: `terraform apply --target=module.kubernetes.kubernetes_ingress.http_ingress`\n\n## Contribute to documentation\n\n1. Install MarkdownPP: `pip install MarkdownPP`\n2. Make changes in `docs/build/` directory.\n3. To create documentation, in the root of repository: `markdown-pp docs/build/input.mdpp -o docs/input.md`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatb00ker%2Fterraform-kubernetes-openwisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatb00ker%2Fterraform-kubernetes-openwisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatb00ker%2Fterraform-kubernetes-openwisp/lists"}