/terraform-azurerm-Az-LoadBalancer

Terraform module that manages Azure Load Balancers, rules and probes.

Primary LanguageHCL

Test

Build Status

Requirement

Terraform v0.12.6 and above.

Terraform resources used within the module

Resource Description
azurerm_resource_group Get the Resource Group, re use it's tags for the sub resources.
azurerm_lb Manages a Load Balancer Resource.
azurerm_lb_backend_address_pool Manages a Load Balancer Backend Address Pool.
azurerm_lb_probe Manages a LoadBalancer Probe Resource.
azurerm_lb_rule Manages a Load Balancer Rule.

Examples

Name Description
complete Create the following objects : 1 vnet/subnet with 2 Internal LB, 2 LB rules with an Http probe.