page_title | subcategory | description |
---|---|---|
haproxy_frontend Resource - terraform-provider-haproxy |
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.