Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 659 Bytes

File metadata and controls

34 lines (23 loc) · 659 Bytes
page_title subcategory description
haproxy_frontend Resource - terraform-provider-haproxy
Manages a HAProxy frontend.

haproxy_frontend (Resource)

Manages a HAProxy frontend.

Example Usage

resource "haproxy_frontend" "my_frontend" {
  name    = "myhaproxyfrontend"
  backend = "myhaproxybackend"
}

Schema

Required

  • name (String) The name of the frontend.

Optional

  • backend (String) The name of the backend associated to the frontend.
  • id (String) The ID of this resource.