Skip to content

mashayev/terraform-azurerm-loadbalancer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

load balancer terraform module

A terraform module to provide load balancers in Azure.

Usage

module "mylb" {
  source   = "Azure/loadbalancer/azurerm"
  location = "North Central US"
  "remote_port" {
    ssh = ["Tcp", "22"]
  }
  "lb_port" {
    http = ["80", "Tcp", "80"]
    https = ["443", "Tcp", "443"]
  }
  "tags" {
    cost-center = "12345"
    source     = "terraform"
  }
}

Authors

David Tesar

License

MIT

About

Terraform Azure RM Module for Load Balancer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%