Skip to content

SHI-ASG-Lab/multi-cloud-terraform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-cloud-terraform

This repository is to create resources in AWS, Azure and GCP in single project - Cloud Agnostic

Architecture Overview

architecture

Note: you must have aws and azure CLIs configured in the system, otherwise you are required to pass service principal for azure and api credentials for aws.

Access

access

Commands

Clone

git clone https://github.com/aleti-pavan/multi-cloud-terraform.git

Create


terraform init

terraform plan or terraform -out <planfile>

terraform apply -auto-approve  (or) terraform apply <planfile>


Destroy

terraform destroy -auto-approve

About

This repository is to create resources in AWS, Azure and GCP in single project - Cloud Agnostic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 61.4%
  • HTML 38.6%