From e1edf3aabe5dcab1cb2d4db050887cb31b7ec52d Mon Sep 17 00:00:00 2001 From: vaibhav Date: Thu, 12 Sep 2024 15:59:45 +0530 Subject: [PATCH] fix: fmt error of example.tf --- examples/example.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/example.tf b/examples/example.tf index 5367135..d31bde9 100644 --- a/examples/example.tf +++ b/examples/example.tf @@ -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