Skip to content

Commit

Permalink
fix readme template
Browse files Browse the repository at this point in the history
  • Loading branch information
paliwalvimal committed Sep 28, 2021
1 parent ab8220e commit 23fa4d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ This terraform module will deploy the following services for hosting a static we
module "website" {
source = "github.com/terrablocks/aws-s3-cf-static-site.git"
profile = local.profile
profile = ""
bucket_name = "example-website"
cnames = ["example.com"]
comment = "Bucket for example website"
hosted_zone = "example.com"
providers = {
aws.us = aws.us
}
}
```

## Requirements
Expand Down

0 comments on commit 23fa4d3

Please sign in to comment.