| page_title | haproxy_frontend Resource - terraform-provider-haproxy |
|---|---|
| subcategory | |
| description | Manages a HAProxy frontend. |
Manages a HAProxy frontend.
resource "haproxy_frontend" "my_frontend" {
name = "myhaproxyfrontend"
backend = "myhaproxybackend"
}- name (String) The name of the frontend.
- backend (String) The name of the backend associated to the frontend.
- id (String) The ID of this resource.