The HAproxy Terraform provider helps the management of HAProxy resources on Terraform. It interacts with HAProxy controllers via the Data Plane API.
This collection has been tested against following Terraform versions: >=0.14.
Name | Description |
---|---|
haproxy_frontend | Fetches information about a HAProxy frontend |
Name | Description |
---|---|
haproxy_frontend | Manages a HAProxy frontend |
You can install this provider by cloning this repository and replacing the GNUmakefile
template with your architecture information. You can then create build the provider:
make install
In order to use this provider, the Data Plane API must be installed on your controller. For more information about the installation, check the official guide.
This provider started as personal project, but I welcome community contributions to this provider. If you find problems, please open an issue or create a PR against the HAProxy provider repository.
You can also reach me by email at [email protected]
.
Mozilla Public License Version 2.0.
See LICENSE to see the full text.