https://github.com/boltops-tools/terraform-azure-lb
Terraform Azure LB Load Balancer
https://github.com/boltops-tools/terraform-azure-lb
Last synced: 3 months ago
JSON representation
Terraform Azure LB Load Balancer
- Host: GitHub
- URL: https://github.com/boltops-tools/terraform-azure-lb
- Owner: boltops-tools
- Created: 2021-11-30T18:24:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T18:35:08.000Z (over 4 years ago)
- Last Synced: 2026-01-31T15:28:30.139Z (4 months ago)
- Language: HCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform Azure Load Balancer
[](https://www.boltops.com)
Simple example with:
* [azurerm_lb](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/lb)
## Add to Terrafile
```ruby
mod "lb", source: "boltops-tools/lb/azure"
```
## Import Example
terraspace bundle # installs to vendor/modules/lb
terraspace bundle example lb linux_scaleset_lb # imports to app/stacks/linux_scaleset_lb
## Configure Tfvars
terraspace seed linux_scaleset_lb # creates starter app/stacks/linux_scaleset_lb/tfvars/dev.tfvars
## Deploy
terraspace up linux_scaleset_lb
## Clean Up
terraspace down linux_scaleset_lb