Skip to content

Commit

Permalink
vmss linux module with lb and cloud init ready
Browse files Browse the repository at this point in the history
  • Loading branch information
githubofkrishnadhas committed Sep 10, 2024
1 parent 2a89809 commit 764de7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vmss-linux/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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"
}

0 comments on commit 764de7d

Please sign in to comment.