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
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Terraform module to easily provision an AWS CloudFront CDN with an S3 or custom
10
10
11
11
---
12
12
13
-
This project is part of our comprehensive ["SweetOps"](https://docs.cloudposse.com) approach towards DevOps.
13
+
This project is part of our comprehensive ["SweetOps"](https://docs.cloudposse.com) approach towards DevOps.
14
14
15
15
16
16
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
@@ -97,6 +97,7 @@ Available targets:
97
97
| cors_allowed_origins | List of allowed origins (e.g. example.com, test.com) for S3 bucket | list |`<list>`| no |
98
98
| cors_expose_headers | List of expose header in the response for S3 bucket | list |`<list>`| no |
99
99
| cors_max_age_seconds | Time in seconds that browser can cache the response for S3 bucket | string |`3600`| no |
100
+
| custom_error_response | List of one or more custom error response element maps | list |`<list>`| no |
100
101
| default_root_object | Object that CloudFront return when requests the root URL | string |`index.html`| no |
101
102
| default_ttl | Default amount of time (in seconds) that an object is in a CloudFront cache | string |`60`| no |
102
103
| delimiter | Delimiter to be used between `name`, `namespace`, `stage`, etc. | string |`-`| no |
@@ -120,7 +121,7 @@ Available targets:
120
121
| null | an empty string | string | `` | no |
121
122
| origin_bucket | Name of S3 bucket | string | `` | no |
122
123
| origin_force_destroy | Delete all objects from the bucket so that the bucket can be destroyed without error (e.g. `true` or `false`) | string |`false`| no |
123
-
| origin_path |(Optional) - An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. It must begin with a /. Do not add a / at the end of the path. | string | `` | no |
124
+
| origin_path |When set, will cause CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. It must begin with a `/`. Do not add a `/` at the end of the path. | string | `` | no |
124
125
| parent_zone_id | ID of the hosted zone to contain this record (or specify `parent_zone_name`) | string | `` | no |
125
126
| parent_zone_name | Name of the hosted zone to contain this record (or specify `parent_zone_id`) | string | `` | no |
126
127
| price_class | Price class for this distribution: `PriceClass_All`, `PriceClass_200`, `PriceClass_100`| string |`PriceClass_100`| no |
@@ -163,9 +164,9 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-cloudfront-s3-
163
164
164
165
## Commercial Support
165
166
166
-
Work directly with our team of DevOps experts via email, slack, and video conferencing.
167
+
Work directly with our team of DevOps experts via email, slack, and video conferencing.
167
168
168
-
We provide [*commercial support*][commercial_support] for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a full-time engineer.
169
+
We provide [*commercial support*][commercial_support] for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a full-time engineer.
Copy file name to clipboardExpand all lines: docs/terraform.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
| null | an empty string | string | `` | no |
41
41
| origin_bucket | Name of S3 bucket | string | `` | no |
42
42
| origin_force_destroy | Delete all objects from the bucket so that the bucket can be destroyed without error (e.g. `true` or `false`) | string |`false`| no |
43
-
| origin_path |(Optional) - An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. It must begin with a /. Do not add a / at the end of the path. | string | `` | no |
43
+
| origin_path |When set, will cause CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. It must begin with a `/`. Do not add a `/` at the end of the path. | string | `` | no |
44
44
| parent_zone_id | ID of the hosted zone to contain this record (or specify `parent_zone_name`) | string | `` | no |
45
45
| parent_zone_name | Name of the hosted zone to contain this record (or specify `parent_zone_id`) | string | `` | no |
46
46
| price_class | Price class for this distribution: `PriceClass_All`, `PriceClass_200`, `PriceClass_100`| string |`PriceClass_100`| no |
description="(Optional) - An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. It must begin with a /. Do not add a / at the end of the path."
68
+
description="When set, will cause CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. It must begin with a `/`. Do not add a `/` at the end of the path."
0 commit comments