We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f456fbb commit 219bebeCopy full SHA for 219bebe
README.md
@@ -4,6 +4,7 @@ Terraform module to easily provision an AWS CloudFront CDN with an S3 or custom
4
5
## Usage
6
7
+```hcl
8
module "cdn" {
9
source = "git::https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn.git?ref=master"
10
namespace = "${var.namespace}"
@@ -12,6 +13,7 @@ module "cdn" {
12
13
aliases = "${var.hostname}"
14
parent_zone_name = "${var.parent_zone_name}"
15
}
16
+```
17
18
### Generating ACM Certificate
19
0 commit comments