Skip to content

Commit

Permalink
Final details before new release
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmaniac committed Mar 24, 2022
1 parent 265c6b1 commit 2c773f3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ provider "aws" {
module "aws_static_website" {
source = "cloudmaniac/static-website/aws"
domains-zone-root = "example.com"
website-domain-main = "example.com"
website-domain-redirect = "www.example.com"
# This is the domain as defined in Route53
domains-zone-root = "cloudmaniac.net"
# Domains used for CloudFront
website-domain-main = "cloudmaniac.net"
website-domain-redirect = "www.cloudmaniac.net"
website-additional-domains = ["noredir1.cloudmaniac.net","noredir2.cloudmaniac.net"]
}
```

Expand Down Expand Up @@ -75,8 +79,8 @@ Module Support: [terraform-aws-static-website](https://github.com/cloudmaniac/te

## Todo

* [ ] Tag all ressources
* [ ] Use versioning on S3 buckets instead of invalidation
* [ ] Secure S3 buckets
* [ ] Optional enhanced version with Lambda@Edge configuration and S3 endpoint (REST endpoint) used as the origin
* [ ] Variable names cleaning
* [ ] Add more outputs

0 comments on commit 2c773f3

Please sign in to comment.