Skip to content

Basic example on how to create a static website hosting solution on AWS

Notifications You must be signed in to change notification settings

am4rth/terraform-example-static-website

Repository files navigation

Terraform example for static websites

Getting started

Clone repo and init terraform

git clone https://github.com/am4rth/terraform-example-static-website.git
cd terraform-example-static-website

terraform init

Copy the config example and set your values

cp example_vars myvars.tfvars

Plan the changes and apply them

terraform plan -var-file myvars.tfvars -out myplan
terrafrom apply myplan

About

Basic example on how to create a static website hosting solution on AWS

Topics

Resources

Stars

Watchers

Forks

Languages