Skip to content

Commit 764de7d

Browse files
vmss linux module with lb and cloud init ready
1 parent 2a89809 commit 764de7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vmss-linux/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ output "azure_vmss_rg" {
1515

1616
output "type_of_instances" {
1717
value = azurerm_linux_virtual_machine_scale_set.vmss.priority
18-
description = "Sopt or Regular instances"
18+
description = "Spot or Regular instances"
1919
}
2020

2121
output "data_disks" {
@@ -44,7 +44,7 @@ output "loadbalancer_id" {
4444
description = "AzureLoad balancer Id"
4545
}
4646

47-
output "Load_balancer_frontend_public_ip" {
47+
output "load_balancer_frontend_public_ip" {
4848
value = azurerm_public_ip.lb_pub_ip.ip_address
4949
description = "Azure load balancer frontend ip address"
5050
}

0 commit comments

Comments
 (0)