Skip to content

andreipintica/Azure-Terraform-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my Terraform github repository.

🔧 Technologies & Tools

Examples for the Virtual Machine resources

In 1.x versions of the Provider, Terraform has a single resource for Virtual Machines: azurerm_virtual_machine.

Version 2.0 of the Azure Provider introduces several new resources which supersede the existing azurerm_virtual_machine resource:

azurerm_linux_virtual_machine azurerm_windows_virtual_machine [More details can be found in this issue] (hashicorp/terraform-provider-azurerm#2807) however these resources will replace the existing azurerm_virtual_machine resource in the long-term.