Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 961 Bytes

fqdn_proxy.md

File metadata and controls

35 lines (22 loc) · 961 Bytes
page_title subcategory description
grid_fqdn_proxy Resource - terraform-provider-grid
Resource for deploying gateway domains.

grid_fqdn_proxy (Resource)

Resource for deploying gateway domains.

Schema

Required

  • backends (List of String) The backends of the gateway proxy (in the format (http|https)://ip:port), with tls_passthrough the scheme must be https
  • fqdn (String) The fully quallified domain name of the deployed workload
  • node (Number) The gateway's node id

Optional

  • description (String) Description field
  • name (String) Gateway workload name (of no actual significance)
  • tls_passthrough (Boolean) true to pass the tls as is to the backends

Read-Only

  • id (String) The ID of this resource.
  • node_deployment_id (Map of Number) Mapping from each node to its deployment id