victorhsn / terraform-azure-basic

๐Ÿ›  Terraform Basic with Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform

This is a basic example of terraform tool with Azure Provider. I'll show how to configure a simple infrastructure with it.

If you don't have the terraform installed on your computer, please check this link:

Terraform Install

Getting Started

It will init the terraform configuration as download the provider plugin.

terraform init

Its command will execute a plan about the configuration that we want to apply on Azure.

terraform plan

And it will apply our configuration on Azure.

terraform apply

Maybe you would like to destroy your infrastructure.

terraform destroy

About

๐Ÿ›  Terraform Basic with Azure


Languages

Language:HCL 100.0%