Skip to content

Commit 8a6ba16

Browse files
committed
Added ip address to output to aid in customer verifying results of example
1 parent b1b458a commit 8a6ba16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

quickstart/201-vmss-jumpbox/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ resource "azurerm_virtual_machine" "jumpbox" {
200200
}
201201

202202
tags = var.tags
203-
}
203+
}

quickstart/201-vmss-jumpbox/output.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ output "vmss_public_ip" {
44

55
output "jumpbox_public_ip" {
66
value = azurerm_public_ip.jumpbox.fqdn
7-
}
7+
}

quickstart/201-vmss-jumpbox/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ variable "admin_user" {
2828

2929
variable "admin_password" {
3030
description = "Default password for admin account"
31-
}
31+
}

0 commit comments

Comments
 (0)