Skip to content

Commit d557ea2

Browse files
committed
Update README for Terraform Registry
1 parent ecd0b53 commit d557ea2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# AWS S3 Static Website Terraform Module
22

3-
Terraform Module for an Amazon S3 Static Website, fronted by a CloundFront Distribution.
3+
[Terraform Module](https://registry.terraform.io/modules/conortm/s3-static-website) for an Amazon S3 Static Website, fronted by a CloundFront Distribution.
4+
5+
**Note:** This module "works" but is still in development. See [TODO section](#todo). Also, suggestions welcome!
46

57
## Features
68

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

2022
```HCL
21-
module "static_website" {
22-
source = "[email protected]:conortm/terraform-aws-s3-static-website.git"
23+
module "s3-static-website" {
24+
source = "conortm/s3-static-website/aws"
2325
2426
domain_name = "www.my-aws-s3-static-website.com"
2527
redirects = ["my-aws-s3-static-website.com"]

0 commit comments

Comments
 (0)