terraform-orchestration-cloud-computing

Insper Cloud Computing class project.

Orchestration that creates an application with database at AWS using auto scalling group and load balancer in a multi-cloud network.

Commands

terraform init -> initializes project and it's modules.

terraform validate -> validate terraform's syntax.

terraform plan -> create an execution plan.

terraform apply -> apply changes to reach the desired configuration.