compute-forwarding-rule-dcos

dcos-terraform/compute-forwarding-rule-dcos/gcp

Terraform Module HCL GCP

This module creates forwarding rules for DC/OS.

Install
module "compute-forwarding-rule-dcos" {
source = "dcos-terraform/compute-forwarding-rule-dcos/gcp"
version = "0.3.0"
}
plain text: /constructs/tfmod-dcos-terraform-compute-forwarding-rule-dcos-gcp/install.txt
⭐ Source on GitHub 📦 Registry page
README

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-

Inputs (9)
NameTypeDescriptionDefault
cluster_namestringName of the DC/OS cluster required
masters_self_linklist(string)List of master instances self links[]
masters_additional_ruleslistAdditional list of rules for masters. These Rules are an additon to the default []
name_prefixstringName Prefix""
disable_public_agentsstring[PUBLIC AGENTS] Do not create load balancer and its resourcesfalse
public_agents_self_linklist(string)List of public agent instances self links[]
public_agents_additional_ruleslistAdditional list of rules for public agents. These Rules are an additon to the de[]
labelsmap(string)Add custom labels to all resources{}
disable_mastersstring[MASTERS] Do not create load balancer and its resourcesfalse
Outputs (2)
masters_ip_address — IP Address of master load balancer
public_agents_ip_address — IP Address of public agents load balancer
Details
FrameworkTerraform Module
LanguageHCL
Version0.3.0
Cloud GCP
★ Stars0
Forks3
Total downloads9.6k
Inputs9
Outputs2
LicenseApache-2.0
Namespacedcos-terraform
Updated