Skip to content

Commit

Permalink
Added note about template repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkav committed Mar 19, 2022
1 parent df4b6fd commit 20986e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Terraform Version](https://img.shields.io/badge/tf-%3E%3D1.0.0-blue.svg) [![MIT Licensed](https://img.shields.io/badge/license-MIT-green.svg)](https://tldrlegal.com/license/mit-license)

Based on the [cloudmaniac/terraform-aws-static-website](https://github.com/cloudmaniac/terraform-aws-static-website) module, this is a Terraform Module to provision an AWS static website using S3 and CloudFront, without using Route53.
Based on the [cloudmaniac/terraform-aws-static-website](https://github.com/cloudmaniac/terraform-aws-static-website) module, this is a Terraform Module to provision an AWS static website using S3 and CloudFront, without using Route53, allowing you to use a domain with an external provider.

The redirect bucket (`www.example.com` redirected to `example.com`) has also been removed as this can be done using a URL Redirect at the domain.

Expand All @@ -27,6 +27,8 @@ This Terraform module creates the following AWS resources:

## Usage

You can use this github repository template, [tkav/cloudfront-static-site](https://github.com/tkav/cloudfront-static-site) (which uses this module) to create a new repo for a new site deployment or manually use this module using the following:

```HCL
provider "aws" {
alias = "us-east-1"
Expand Down

0 comments on commit 20986e0

Please sign in to comment.