Skip to content

Latest commit

 

History

History

infrastructure

🏗 Infrastructure

The website infrastructure is managed with Terraform, by using the official AWS Provider.

🚀 Deploy

terraform init -upgrade
terraform workspace select <ENV>
terraform apply -var-file="vars/<ENV>.tfvars.json"