Skip to content

atcomputing/terraform-azurerm-lb-http-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

The following requirements are needed by this module:

Providers

The following providers are used by this module:

Modules

No modules.

Resources

The following resources are used by this module:

Required Inputs

The following input variables are required:

Description: The location where the loadbalancer should exist.

Type: string

Description: unique name for this loadbalancer

Type: string

Description: id's of the azurerm_network_interface used as backend for the loadbalancer

Type: list(string)

Description: names of ip_configuration azurerm_network_interface used as backend for the loadbalancer.has to be in same order then nic_ids

Type: list(string)

Description: The name of the Resource Group in which to create the Network Interface.

Type: string

Optional Inputs

The following input variables are optional (have default values):

Description: (Optional) The id of azurerm_public_ip, for if you want to manage that ip yourself.

Type: string

Default: null

Outputs

The following outputs are exported:

Description: n/a

About

A module to create a http load balancer in azure for the terraform training

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages