compute-forwarding-rule-dcos
dcos-terraform/compute-forwarding-rule-dcos/gcp
This module creates forwarding rules for DC/OS.
GCP Forwarding Rules - DC/OS ============ This module creates forwarding rules for DC/OS. HINT be aware you've set the proper compute_firewall rules to enable forwarding-rules health checks to access your instances. Could be done by using terraform-dcos/compute-firewall/gcp External masters load balancer ------------------------------ This load balancer keeps an redundant entry point to the masters Internal masters load balancer ( not implemented yet ) ------------------------------ this load balancer is used for internal communication to masters External public agents load balancer ------------------------------------ This load balancer keeps a single entry point to your public agents no matter how many you're running. EXAMPLE ------- ``hcl module "dcos-forwarding-rules" { source = "dcos-
| Name | Type | Description | Default |
|---|---|---|---|
| cluster_name | string | Name of the DC/OS cluster | required |
| masters_self_link | list(string) | List of master instances self links | [] |
| masters_additional_rules | list | Additional list of rules for masters. These Rules are an additon to the default | [] |
| name_prefix | string | Name Prefix | "" |
| disable_public_agents | string | [PUBLIC AGENTS] Do not create load balancer and its resources | false |
| public_agents_self_link | list(string) | List of public agent instances self links | [] |
| public_agents_additional_rules | list | Additional list of rules for public agents. These Rules are an additon to the de | [] |
| labels | map(string) | Add custom labels to all resources | {} |
| disable_masters | string | [MASTERS] Do not create load balancer and its resources | false |
masters_ip_address — IP Address of master load balancerpublic_agents_ip_address — IP Address of public agents load balancer