Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Project

This repository contains Terraform configurations for managing infrastructure. Replace the resource group mame with whatever you want in variables.tf

Getting Started

Follow the steps below to initialize, plan, and apply your Terraform configurations.

Initialize Terraform

Run the following command to initialize the working directory containing Terraform configuration files:

terraform init

Plan Infrastructure Changes

Generate and show an execution plan by running:

terraform plan

Apply Infrastructure Changes

Apply the changes required to reach the desired state of the configuration:

terraform apply

Destroy Infrastructure (Optional)

If you need to destroy the infrastructure managed by Terraform, run:

terraform destroy

Additional Information

For more details on Terraform commands and configurations, refer to the Terraform documentation.

About

Terraform project to deploy hub and spoke topology within a single resource group. Vnet Hub has peering to the other Vnets

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages