-
HashiCorp Terraform is an Open source tool for provisioning and managing cloud infrastructure.
-
It is a tool for Infrastructure As A code through which deployment of resources can be performed in few minutes using simple - configuration files in HashiCorp Configuration Lnaguage.
-
Terraform has a multi-cloud support, which means it can be used for automating various clouds like Microsoft Azure, GCP, AWS etc, and deploy resources in them using the HashiCorp Configuration Language
-
It codifies APIs into declarative configuration script that can be shared, edited, reviewed and versioned in a team.
-
Configuration made using Terraform can be easily reproduced to multiple locations to save time.
This repository contains code to provision resources (Resource Group, Virtual Network, Sub-Networks, Network Security Groups and Rules, Peering Connection) through Terraform in Azure.
This project is licensed under the License - see the LICENSE.md
file for details