Skip to content

Terraform configuration to host a website in AWS using S3, CloudFront and ACM

Notifications You must be signed in to change notification settings

kmsky/aws-terraform-s3-cloudfront-acm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

aws-terraform-s3-cloudfront-acm

This repository contains the Terraform configuration to create simple infrastructure to host a website in AWS using S3, CloudFront and ACM.

How to use 🚀

  1. Clone the repository
  2. Fill in the terraform.tfvars file with proper values
  3. Setup proper bucket for Terraform state in 01_terraform.tf file
  4. Run terraform init to initialize the environment
  5. Run terraform plan to create an execution plan
  6. Run terraform apply to apply the changes with auto-approve

About

Terraform configuration to host a website in AWS using S3, CloudFront and ACM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages