Skip to content

Commit 14edcac

Browse files
authored
Merge pull request #98766 from jakaruna-MSFT/patch-54
(AzureCXP) resolves MicrosoftDocs/azure-docs#44510
2 parents 6c09358 + 4459c11 commit 14edcac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/terraform/terraform-create-vm-scaleset-network-disks-hcl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ An SSH *jumpbox* is a single server that you "jump" through to access other serv
419419
resource_group_name = azurerm_resource_group.vmss.name
420420
allocation_method = "Static"
421421
domain_name_label = "${random_string.fqdn.result}-ssh"
422-
tags = var.tags}
422+
tags = var.tags
423423
}
424424
425425
resource "azurerm_network_interface" "jumpbox" {
@@ -516,4 +516,4 @@ The destruction process can take several minutes to complete.
516516
## Next steps
517517
518518
> [!div class="nextstepaction"]
519-
> [Learn more about using Terraform in Azure](/azure/terraform)
519+
> [Learn more about using Terraform in Azure](/azure/terraform)

0 commit comments

Comments
 (0)