Skip to content

Commit 04aa3b4

Browse files
committed
Correct syntax error in Terraform code listing
1 parent 67aa905 commit 04aa3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/terraform/terraform-create-complete-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Use Terraform to create a complete Linux VM in Azure
33
description: In this quickstart, you use Terraform to create and manage a complete Linux virtual machine environment in Azure
44
keywords: azure devops terraform linux vm virtual machine
55
ms.topic: quickstart
6-
ms.date: 03/09/2020
6+
ms.date: 03/15/2020
77
---
88

99
# Quickstart: Create a complete Linux virtual machine infrastructure in Azure with Terraform
@@ -209,7 +209,7 @@ resource "azurerm_linux_virtual_machine" "myterraformvm" {
209209
storage_account_type = "Premium_LRS"
210210
}
211211
212-
storage_image_reference {
212+
source_image_reference {
213213
publisher = "Canonical"
214214
offer = "UbuntuServer"
215215
sku = "16.04.0-LTS"

0 commit comments

Comments
 (0)