Skip to content

Instantly share code, notes, and snippets.

@shaikkhajaibrahim
Created August 12, 2023 13:51
Show Gist options
  • Save shaikkhajaibrahim/2fc74aa805145058651e7f981f841309 to your computer and use it in GitHub Desktop.
Save shaikkhajaibrahim/2fc74aa805145058651e7f981f841309 to your computer and use it in GitHub Desktop.
git clone https://github.com/asquarezone/TerraformZone.git
# azure
cd july23/ntier-azure
terraform init
terraform apply -var-file="dev.tfvars"
#aws
cd july23/ntier-aws
terraform init
terraform apply -var-file="dev.tfvars"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment