compute-forwarding-rule-masters
dcos-terraform/compute-forwarding-rule-masters/gcp
Creates an GCP forwarding rule for DC/OS masters
GCP Forwarding Rule - Masters ============ This module creates an GCP forwarding rule for DC/OS masters. The default ports are 80 and 443. Also a default healthcheck is applied. EXAMPLE ------- ``hcl module "dcos-forwarding-rule-masters" { source = "dcos-terraform/compute-forwarding-rule-masters/gcp" version = "~> 0.2.0" cluster_name = "production" masters_self_link = [${"module.masters.instances_self_link"}] } ` Inputs | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| | cluster\_name | Name of the DC/OS cluster | string | n/a | yes | | additional\_rules | List of additional rules | list | | no | | disable | Do not create load balancer and its resources | string | "false" | no | | labels | Add custom labels to all resources | map | | no | | ma
| Name | Type | Description | Default |
|---|---|---|---|
| cluster_name | string | Name of the DC/OS cluster | required |
| name_prefix | string | Name Prefix | "" |
| name_format | string | printf style format for naming the ELB. Gets truncated to 32 characters. (input | "m-%s" |
| masters_self_link | list(string) | List of master instances self links | [] |
| additional_rules | list | List of additional rules | [] |
| labels | map(string) | Add custom labels to all resources | {} |
| disable | string | Do not create load balancer and its resources | false |
ip_address — Load balancer ip address