This repository is to create resources in AWS, Azure and GCP in single project - Cloud Agnostic
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.
git clone https://github.com/aleti-pavan/multi-cloud-terraform.git
terraform init
terraform plan or terraform -out <planfile>
terraform apply -auto-approve (or) terraform apply <planfile>
terraform destroy -auto-approve