Skip to content

Commit 219bebe

Browse files
authored
Fix markdown (#5)
1 parent f456fbb commit 219bebe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Terraform module to easily provision an AWS CloudFront CDN with an S3 or custom
44

55
## Usage
66

7+
```hcl
78
module "cdn" {
89
source = "git::https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn.git?ref=master"
910
namespace = "${var.namespace}"
@@ -12,6 +13,7 @@ module "cdn" {
1213
aliases = "${var.hostname}"
1314
parent_zone_name = "${var.parent_zone_name}"
1415
}
16+
```
1517

1618
### Generating ACM Certificate
1719

0 commit comments

Comments
 (0)