From 764de7dc31fa9648308ff2b4412353d9294bbef6 Mon Sep 17 00:00:00 2001 From: githubofkrishnadhas Date: Tue, 10 Sep 2024 14:38:15 +0530 Subject: [PATCH] vmss linux module with lb and cloud init ready --- vmss-linux/outputs.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vmss-linux/outputs.tf b/vmss-linux/outputs.tf index 828097e..8fa448d 100644 --- a/vmss-linux/outputs.tf +++ b/vmss-linux/outputs.tf @@ -15,7 +15,7 @@ output "azure_vmss_rg" { output "type_of_instances" { value = azurerm_linux_virtual_machine_scale_set.vmss.priority - description = "Sopt or Regular instances" + description = "Spot or Regular instances" } output "data_disks" { @@ -44,7 +44,7 @@ output "loadbalancer_id" { description = "AzureLoad balancer Id" } -output "Load_balancer_frontend_public_ip" { +output "load_balancer_frontend_public_ip" { value = azurerm_public_ip.lb_pub_ip.ip_address description = "Azure load balancer frontend ip address" }