{"id":19874109,"url":"https://github.com/pythoninthegrass/tf_multipass","last_synced_at":"2025-03-01T01:23:01.970Z","repository":{"id":211611040,"uuid":"729559184","full_name":"pythoninthegrass/tf_multipass","owner":"pythoninthegrass","description":"Combine terraform w/multipass","archived":false,"fork":false,"pushed_at":"2024-07-19T22:23:46.000Z","size":182,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-11T16:50:20.933Z","etag":null,"topics":["multipass","terraform","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/pythoninthegrass.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-12-09T16:02:26.000Z","updated_at":"2023-12-09T23:09:50.000Z","dependencies_parsed_at":"2024-11-12T16:22:30.123Z","dependency_job_id":"83c8c303-25db-4275-8e1d-b25394f9728a","html_url":"https://github.com/pythoninthegrass/tf_multipass","commit_stats":null,"previous_names":["pythoninthegrass/tf_multipass"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Ftf_multipass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Ftf_multipass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Ftf_multipass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Ftf_multipass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pythoninthegrass","download_url":"https://codeload.github.com/pythoninthegrass/tf_multipass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241301776,"owners_count":19940703,"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":["multipass","terraform","ubuntu"],"created_at":"2024-11-12T16:21:46.847Z","updated_at":"2025-03-01T01:23:01.951Z","avatar_url":"https://github.com/pythoninthegrass.png","language":"HCL","readme":"# tf_multipass\n\n[Terraform](https://www.terraform.io/) + [Multipass](https://multipass.run/) = :heart:\n\n## Quickstart\n```bash\nterraform init\nterraform fmt               # optional\nterraform validate\nterraform plan -out tfplan\nterraform apply tfplan\n```\n\n## Terraform Module Structure\n\n| File/Folder                 | Description                                                  |\n|-----------------------------|--------------------------------------------------------------|\n| main.tf                     | Main calling module                                          |\n| multipass_module/           | Main module folder                                           |\n| multipass_module/main.tf    | Main Terraform module                                        |\n| multipass_module/provider.tf| Link to the provider in the main root folder                 |\n| multipass_module/vars.tf    | Variables passed to the main Multipass module                |\n| provider.tf                 | Main provider for Multipass version 1.4.2                    |\n| cloud-init.yml              | Bootstrap installation of packages, SSH keys, and VM upgrade |\n| variables.tf                | Variables used by the module and default settings            |\n| outputs.tf                  | Output variables from the module                             |\n\n## Development\n* Auto changelog via conventional commits: [Commitizen](https://github.com/commitizen/cz-cli)\n```bash\n# install commitizen\nnpm install -g commitizen\n\n# make repo commitizen friendly (i.e., add to package.json)\ncommitizen init cz-conventional-changelog --save-dev --save-exact\n\n# commit changes\ngit add .\n\n# use commitizen to commit changes\ngit cz\n```\n\n## Further Reading\n[larstobi/terraform-provider-multipass](https://github.com/larstobi/terraform-provider-multipass)\n\n[Terraform Provider for Multipass Hypervisor](https://registry.terraform.io/providers/larstobi/multipass/1.4.2)  \n\n[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)\n\n[googleapis/release-please: generate release PRs based on the conventionalcommits.org spec](https://github.com/googleapis/release-please)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoninthegrass%2Ftf_multipass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythoninthegrass%2Ftf_multipass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoninthegrass%2Ftf_multipass/lists"}