This folder consists of Terraform scripts to deploy both Clickstream Collection and Webapp Hosting stacks, as the alternative of CloudFormation templates.
- Follow Perquisite of the master document
- Install Terraform CLI
- Initiate Terraform
cd dev/kstream-collector
terraform init
cd ..
cd webapp-hosting
terraform init
./apply_upload_lf.sh -e ../.env
./apply_upload_fe.sh -e ../.env
- Destroy the terraform stack
./destroy_fe.sh -e ../.env
./destroy_lf.sh -e ../.env