{"id":14957956,"url":"https://github.com/poseidon/terraform-render-bootstrap","last_synced_at":"2025-04-04T07:04:12.968Z","repository":{"id":21220813,"uuid":"89949873","full_name":"poseidon/terraform-render-bootstrap","owner":"poseidon","description":"Low-level bootstrap a Kubernetes control plane with Terraform (part of Typhoon)","archived":false,"fork":false,"pushed_at":"2024-10-26T15:53:00.000Z","size":489,"stargazers_count":103,"open_issues_count":0,"forks_count":103,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-10-29T23:23:08.638Z","etag":null,"topics":["kubernetes","terraform","terraform-modules"],"latest_commit_sha":null,"homepage":"https://typhoon.psdn.io/","language":"HCL","has_issues":false,"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/poseidon.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},"funding":{"github":["poseidon","dghubble"]}},"created_at":"2017-05-01T18:18:21.000Z","updated_at":"2024-10-26T15:53:02.000Z","dependencies_parsed_at":"2023-02-13T23:30:33.254Z","dependency_job_id":"1a9b6d85-fcb8-4a95-93f9-dc7e26072f1f","html_url":"https://github.com/poseidon/terraform-render-bootstrap","commit_stats":{"total_commits":488,"total_committers":15,"mean_commits":32.53333333333333,"dds":"0.030737704918032738","last_synced_commit":"1cfc6544945e7c178d6a69be2439a01e060d3528"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poseidon%2Fterraform-render-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poseidon%2Fterraform-render-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poseidon%2Fterraform-render-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poseidon%2Fterraform-render-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poseidon","download_url":"https://codeload.github.com/poseidon/terraform-render-bootstrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135138,"owners_count":20889420,"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":["kubernetes","terraform","terraform-modules"],"created_at":"2024-09-24T13:15:53.711Z","updated_at":"2025-04-04T07:04:12.945Z","avatar_url":"https://github.com/poseidon.png","language":"HCL","funding_links":["https://github.com/sponsors/poseidon","https://github.com/sponsors/dghubble"],"categories":[],"sub_categories":[],"readme":"# terraform-render-bootstrap\n[![Workflow](https://github.com/poseidon/terraform-render-bootstrap/actions/workflows/test.yaml/badge.svg)](https://github.com/poseidon/terraform-render-bootstrap/actions/workflows/test.yaml?query=branch%3Amain)\n[![Sponsors](https://img.shields.io/github/sponsors/poseidon?logo=github)](https://github.com/sponsors/poseidon)\n[![Mastodon](https://img.shields.io/badge/follow-news-6364ff?logo=mastodon)](https://fosstodon.org/@typhoon)\n\n`terraform-render-bootstrap` is a Terraform module that renders TLS certificates, static pods, and manifests for bootstrapping a Kubernetes cluster.\n\n## Audience\n\n`terraform-render-bootstrap` is a low-level component of the [Typhoon](https://github.com/poseidon/typhoon) Kubernetes distribution. Use Typhoon modules to create and manage Kubernetes clusters across supported platforms. Use the bootstrap module if you'd like to customize a Kubernetes control plane or build your own distribution.\n\n## Usage\n\nUse the module to declare bootstrap assets. Check [variables.tf](variables.tf) for options and [terraform.tfvars.example](terraform.tfvars.example) for examples.\n\n```hcl\nmodule \"bootstrap\" {\n  source = \"git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=SHA\"\n\n  cluster_name = \"example\"\n  api_servers = [\"node1.example.com\"]\n  etcd_servers = [\"node1.example.com\"]\n}\n```\n\nGenerate assets in Terraform state.\n\n```sh\nterraform init\nterraform plan\nterraform apply\n```\n\nTo inspect and write assets locally (e.g. debugging) use the `assets_dist` Terraform output.\n\n```\nresource local_file \"assets\" {\n  for_each = module.bootstrap.assets_dist\n  filename = \"some-assets/${each.key}\"\n  content = each.value\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposeidon%2Fterraform-render-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposeidon%2Fterraform-render-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposeidon%2Fterraform-render-bootstrap/lists"}