We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a89809 commit 764de7dCopy full SHA for 764de7d
vmss-linux/outputs.tf
@@ -15,7 +15,7 @@ output "azure_vmss_rg" {
15
16
output "type_of_instances" {
17
value = azurerm_linux_virtual_machine_scale_set.vmss.priority
18
- description = "Sopt or Regular instances"
+ description = "Spot or Regular instances"
19
}
20
21
output "data_disks" {
@@ -44,7 +44,7 @@ output "loadbalancer_id" {
44
description = "AzureLoad balancer Id"
45
46
47
-output "Load_balancer_frontend_public_ip" {
+output "load_balancer_frontend_public_ip" {
48
value = azurerm_public_ip.lb_pub_ip.ip_address
49
description = "Azure load balancer frontend ip address"
50
0 commit comments