Skip to content

Commit

Permalink
fix: fmt error of example.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavcloud committed Sep 12, 2024
1 parent e225c6c commit e1edf3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ module "load-balancer" {
location = module.resource_group.resource_group_location

# Load Balancer
frontend_name = "mypublicIP"
# frontend_private_ip_address_allocation = "static" #if we are not using private ip on frontend lb
# frontend_private_ip_address = "10.0.1.6"
lb_sku = "Standard"
frontend_name = "mypublicIP"
# frontend_private_ip_address_allocation = "static" #if we are not using private ip on frontend lb
# frontend_private_ip_address = "10.0.1.6"
lb_sku = "Standard"

# Public IP
ip_count = 1
Expand Down

0 comments on commit e1edf3a

Please sign in to comment.