Skip to content

dcos-terraform/terraform-azurerm-lb-public-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Azure LB Public Agents

This module create a load balancer to acces public agents externally

EXAMPLE

module "lb-public-agents" {
  source  = "dcos-terraform/lb-public-agents/azurerm"
  version = "~> 0.2.0"

  cluster_name = "production"

  location            = ["North Europe"]
  resource_group_name = "my-resource-group"
  additional_rules    = [{ frontend_port = 8080 }]
}

Inputs

Name Description Type Default Required
cluster_name Name of the DC/OS cluster string n/a yes
instance_nic_ids List of instance nic ids created by this module list n/a yes
location Azure Region string n/a yes
num How many instances should be created string n/a yes
resource_group_name Name of the azure resource group string n/a yes
additional_rules List of additional rules list <list> no
name_prefix Name Prefix string "" no
tags Add custom tags to all resources map <map> no

Outputs

Name Description
backend_address_pool backend address pool
lb_address lb address

About

This module create a load balancer to acces public agents externally

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages