This repository contains the source code and deployment instructions for my DevOps portfolio website using Terraform. The website is hosted on an AWS S3 bucket and includes projects, skills, and a brief bio.
- Static website hosted on AWS S3
- Projects and skills showcase
- Responsive design
- Custom error page
- AWS Account
- Terraform installed locally
- AWS CLI configured locally
- Git installed locally
index.html
: Main page of the portfolio websiteerror.html
: Custom 404 error pageprofile.png
: Profile picture to be displayed on the websiteprovider.tf
: Terraform configuration for the AWS providermain.tf
: Terraform configuration for setting up the S3 bucket and uploading filesvariables.tf
: Variables used in the Terraform configurationoutput.tf
: Outputs for the Terraform configuration