Skip to content

Commit

Permalink
Update to use proper structure for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-codaio committed Feb 16, 2020
1 parent c496072 commit c64a50e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
The MIT License (MIT)

Copyright (c) 2019 Oleg Vaskevich
Copyright (c) 2020 Oleg Vaskevich

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Empty file added main.tf
Empty file.
13 changes: 13 additions & 0 deletions modules/cdn/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# cdn

CDN backed by an S3 bucket using CloudFront configured with SNI-based SSL.

```tf
module "cdn" {
source = "github.com/vaskevich/tfdash//cdn"
name = "my-cdn"
zone_id = "${aws_route53_zone.root.zone_id}"
acm_ssl_cert_arn = "${aws_acm_certificate.root.arn}"
inaccessible_page_path = "/index.html"
}
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c64a50e

Please sign in to comment.