Skip to content

A terraform IaC project to migrate a web app and dababase to Azure

Notifications You must be signed in to change notification settings

The-Heyman/cloudMigrationDemo

Repository files navigation

cloudMigrationDemo

MongoDB connected Web app on Azure Architecture diagram

Commands to run

make sure terraform CLI is installed

terraform

Navigate into the directory containing environment you would like to run

cd <directory_name>

initialize terraform in this repo

terraform init

create a new workspace if you are running a non-production environment

terraform workspace new dev

plan and save the infra changes into tfplan file

terraform plan -out tfplan

apply the infra changes

terraform apply tfplan

delete the infra

terraform destroy

About

A terraform IaC project to migrate a web app and dababase to Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages