https://github.com/serialt/terraform-module-metallb
https://github.com/serialt/terraform-module-metallb
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serialt/terraform-module-metallb
- Owner: serialt
- License: mit
- Created: 2023-05-30T15:35:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T15:47:48.000Z (about 2 years ago)
- Last Synced: 2024-06-15T16:58:38.159Z (about 2 years ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
A Terraform module to install MetalLB
## Resources
* helm_release.metallb
* helm_release.metallb-config
## Inputs
* name
* helm_repository
* chart_version
* mirror
* imagePullSecrets
* image
* ip_pool_range
* namespace
## Thanks for
* [terraform-tenzin-metallb](https://github.com/tenzin-io/terraform-tenzin-metallb)