Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP Forwarding Rule - Public Agents

This module creates an GCP forwarding rule for DC/OS public agents.

EXAMPLE

module "dcos-forwarding-rule-public-agents" {
  source  = "dcos-terraform/compute-forwarding-rule-public-agents/gcp"
  version = "~> 0.2.0"

  cluster_name = "production"

  public_agents_self_link = [${"module.public_agents.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 <list> no
disable Do not create load balancer and its resources string "false" no
labels Add custom labels to all resources map <map> no
name_format printf style format for naming the ELB. Gets truncated to 32 characters. (input cluster_name) string "ext-%s" no
name_prefix Name Prefix string "" no
public_agents_self_link List of public agent instances self links list <list> no

Outputs

Name Description
ip_address Load balancer ip address

About

This module creates an GCP forwarding rule for DC/OS public agents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages