No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-05-02 20:52:19 +01:00
content Update providers.tf 2023-05-02 20:52:19 +01:00
.gitignore initial commit 2023-04-30 21:49:57 +01:00
readme.md initial commit 2023-04-30 21:49:57 +01:00
template.yaml initial commit 2023-04-30 21:49:57 +01:00

Create Linux VM in Azure using Terraform

This is the template for backstage to create a Linux VM in Azure using Terraform

Requirements

To run this terraform you need to have the following installed:

Getting Started

  1. Open a terminal window and navigate to the root
  2. Run the following command to check everything is in the right place
terraform validate
terraform plan
terraform apply
  1. Check your Azure portal

Project Structure

Project Structure is as follows:

  • main.tf: File containing the main terraform code to describe the VM
  • providers.tf: File containing the cloud provider details
  • variables.tf: File containing any variables that can be set
  • outputs.tf: File specifying outputs from the terraform apply process

License

This project is licensed under the MIT License.