Terraform provider for HRUI switches
This is a hobby project to create a Terraform provider for HRUI switches that are web-managed. It relies on goquery for interfacing with the web UI.
Check the documentation at:
- Terraform: HRUI Provider
- OpenToFu: HRUI Provider
This provider is developed using a Horaco (ZX-SWTG124AS) switch. Other brands that are likely to work with this provider, as they seem to be the same hardware, include:
- HRUI
- Horaco
- Sodola
- XikeStor
- AmpCom
-
Configure the provider in your Terraform configuration:
terraform { required_providers { hrui = { source = "brennoo/hrui" version = "= 0.1.0-alpha.1" } } } provider "hrui" { url = "http://192.168.2.1" usernam