Skip to content

banderson443/TF_AZURE_UBUNTU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF_AZURE_UBUNTU

Terraform create Ubuntu VM in Azure

Create Ubuntu 18 Virtual Machine in Azure

Create a virtual network
Create a subnet
Create a public IP address
Create a network security group and SSH inbound rule
Create a virtual network interface card
Connect the network security group to the network interface
Create a storage account for boot diagnostics
Create SSH key
Create a virtual machine

Tested with

AzureRM 3.11 https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs

Terraform 1.2.0 https://www.terraform.io/downloads

Run

terraform init

terraform plan -out main.tfplan

terraform apply main.tfplan

About

Terraform create Ubuntu VM in Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages