https://github.com/ionfury/homelab-terraform-modules
Terraform modules for my homelab.
https://github.com/ionfury/homelab-terraform-modules
flux kubernetes modules pxe talos terraform unifi
Last synced: 5 months ago
JSON representation
Terraform modules for my homelab.
- Host: GitHub
- URL: https://github.com/ionfury/homelab-terraform-modules
- Owner: ionfury
- License: unlicense
- Created: 2024-12-11T03:54:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T05:00:19.000Z (over 1 year ago)
- Last Synced: 2025-01-04T05:25:52.812Z (over 1 year ago)
- Topics: flux, kubernetes, modules, pxe, talos, terraform, unifi
- Language: Go
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homelab-Terraform-Modules
This repository contains a highly opinionated collection of terraform modules for managing my homelab infrastructure. They are developed for, and against, my specific configuration of hardware. As they mature I will attempt to make them more generic and generally useful.
## Usage
Operation of this repository assumes MacOS driven by [`brew`](https://brew.sh/) and [`task`](https://taskfile.dev/).
### Installing Dependencies
```sh
brew bundle
```
### Operating
```sh
task
```
## License
This project is licensed under the Unlicense. See the [LICENSE](LICENSE) file for details.