The Terraform configuration sets up infrastructure for deploying applications. The directory structure of the terraform configuration consists of:
modules
packer
setup-database
setup-nwk
setup-server
- AWS account
- install terraform
- install Packer
- install ansible
- spin-up network infrastructure in the setup-nwk directory
- build ami image using packer in the packer directory (need to be done once, unless the image got deleted)
- do above steps
- spin-up ec2 instance in the setup-server directory
- in progress