Skip to content

Commit

Permalink
Fix markdown (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Sep 20, 2017
1 parent f456fbb commit 219bebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Terraform module to easily provision an AWS CloudFront CDN with an S3 or custom

## Usage

```hcl
module "cdn" {
source = "git::https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn.git?ref=master"
namespace = "${var.namespace}"
Expand All @@ -12,6 +13,7 @@ module "cdn" {
aliases = "${var.hostname}"
parent_zone_name = "${var.parent_zone_name}"
}
```

### Generating ACM Certificate

Expand Down

0 comments on commit 219bebe

Please sign in to comment.