Skip to content

Latest commit

 

History

History

terraform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Terraform Stack

This folder consists of Terraform scripts to deploy both Clickstream Collection and Webapp Hosting stacks, as the alternative of CloudFormation templates.

Perquisite

cd dev/kstream-collector
terraform init
cd ..
cd webapp-hosting
terraform init

Build and Deploy

./apply_upload_lf.sh -e ../.env
./apply_upload_fe.sh -e ../.env

Destroy stacks

  • Destroy the terraform stack
./destroy_fe.sh -e ../.env
./destroy_lf.sh -e ../.env