This repository provides a template for deploying a static website to AWS S3 using Terraform and a Jenkins pipeline. It’s designed to be modular and customizable for dev and prod environments.
Jenkinsfile
: CI/CD pipeline configuration.manifest.json
: Controls deployment for dev/prod.terraform/
: Terraform configurations for S3 hosting.src/
: Static site files (e.g., index.html
).LICENSE
: MIT License for public use.