You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,16 @@ For that reason, the module includes an aliased provider definition to create su
60
60
|------|-------------|
61
61
| website_cdn_root_id | CloudFront Distribution ID |
62
62
63
+
## Author
64
+
65
+
Module written by [@cloudmaniac](https://github.com/cloudmaniac). Module Support: [terraform-aws-static-website](https://github.com/cloudmaniac/terraform-aws-static-website). Contributions and comments are welcomed.
66
+
63
67
## Additional Resources
64
68
65
69
* Blog post describing the thought process behind this: [My Wordpress to Hugo Migration #2 - Hosting](https://cloudmaniac.net/wordpress-to-hugo-migration-2-hosting/)
66
70
67
71
## Todo
68
72
69
73
* Tag all ressources
74
+
* Secure S3 buckets
70
75
* Optional enhanced version with Lambda@Edge configuration and S3 endpoint (REST endpoint) used as the origin
origin_protocol_policy="http-only"# The protocol policy that you want CloudFront to use when fetching objects from the origin server (a.k.a S3 in our situation). HTTP Only is the default setting when the origin is an Amazon S3 static website hosting endpoint, because Amazon S3 doesn’t support HTTPS connections for static website hosting endpoints.
0 commit comments