Skip to content

Commit

Permalink
Update README for Terraform Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
conortm committed Aug 27, 2018
1 parent ecd0b53 commit d557ea2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# AWS S3 Static Website Terraform Module

Terraform Module for an Amazon S3 Static Website, fronted by a CloundFront Distribution.
[Terraform Module](https://registry.terraform.io/modules/conortm/s3-static-website) for an Amazon S3 Static Website, fronted by a CloundFront Distribution.

**Note:** This module "works" but is still in development. See [TODO section](#todo). Also, suggestions welcome!

## Features

Expand All @@ -18,8 +20,8 @@ It requires (for now?) that the following have been setup outside this module:
## Usage

```HCL
module "static_website" {
source = "[email protected]:conortm/terraform-aws-s3-static-website.git"
module "s3-static-website" {
source = "conortm/s3-static-website/aws"
domain_name = "www.my-aws-s3-static-website.com"
redirects = ["my-aws-s3-static-website.com"]
Expand Down

0 comments on commit d557ea2

Please sign in to comment.