From d557ea22414202fcce032817526342fddd5b7cdd Mon Sep 17 00:00:00 2001 From: Conor McNamara Date: Mon, 27 Aug 2018 13:29:54 -0600 Subject: [PATCH] Update README for Terraform Registry --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9a7378..df3777c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -18,8 +20,8 @@ It requires (for now?) that the following have been setup outside this module: ## Usage ```HCL -module "static_website" { - source = "git@github.com: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"]