Skip to content

This project hosts my personal site, caio.lombello.com, using Terraform, AWS CloudFront, and GitLab. The static website is high-performing with low latency. Terraform scripts and GitLab CI/CD enable easy setup and reliable deployments.

Notifications You must be signed in to change notification settings

caiolombello/cf-static-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Static Website

Provisioning

Deploy Remote State

terraform -chdir=terraform/remote-state-lock init
terraform -chdir=terraform/remote-state-lock plan
terraform -chdir=terraform/remote-state-lock apply

Deploy CloudFront

terraform -chdir=terraform/cloudfront init
terraform -chdir=terraform/cloudfront plan
terraform -chdir=terraform/cloudfront apply

About

This project hosts my personal site, caio.lombello.com, using Terraform, AWS CloudFront, and GitLab. The static website is high-performing with low latency. Terraform scripts and GitLab CI/CD enable easy setup and reliable deployments.

Topics

Resources

Stars

Watchers

Forks