File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Quickstart - Use Terraform to create a complete Linux VM in Azure
3
3
description : In this quickstart, you use Terraform to create and manage a complete Linux virtual machine environment in Azure
4
4
keywords : azure devops terraform linux vm virtual machine
5
5
ms.topic : quickstart
6
- ms.date : 03/09 /2020
6
+ ms.date : 03/15 /2020
7
7
---
8
8
9
9
# Quickstart: Create a complete Linux virtual machine infrastructure in Azure with Terraform
@@ -209,7 +209,7 @@ resource "azurerm_linux_virtual_machine" "myterraformvm" {
209
209
storage_account_type = "Premium_LRS"
210
210
}
211
211
212
- storage_image_reference {
212
+ source_image_reference {
213
213
publisher = "Canonical"
214
214
offer = "UbuntuServer"
215
215
sku = "16.04.0-LTS"
You can’t perform that action at this time.
0 commit comments