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
+4-4
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ ordered_cache_behavior = [{
101
101
}]
102
102
```
103
103
104
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
104
+
<!--BEGIN_TF_DOCS-->
105
105
## Requirements
106
106
107
107
| Name | Version |
@@ -152,15 +152,15 @@ No modules.
152
152
| <aname="input_logging_config"></a> [logging\_config](#input\_logging\_config)| The logging configuration that controls how logs are written to your distribution (maximum one). |`any`|`{}`| no |
153
153
| <aname="input_ordered_cache_behavior"></a> [ordered\_cache\_behavior](#input\_ordered\_cache\_behavior)| An ordered list of cache behaviors resource for this distribution. List from top to bottom in order of precedence. The topmost cache behavior will have precedence 0. |`any`|`[]`| no |
154
154
| <aname="input_origin"></a> [origin](#input\_origin)| One or more origins for this distribution (multiples allowed). |`any`|`null`| no |
| <aname="input_origin_access_identities"></a> [origin\_access\_identities](#input\_origin\_access\_identities)| Map of CloudFront origin access identities (value as a comment) |`map(string)`|`{}`| no |
157
157
| <aname="input_origin_group"></a> [origin\_group](#input\_origin\_group)| One or more origin\_group for this distribution (multiples allowed). |`any`|`{}`| no |
158
158
| <aname="input_price_class"></a> [price\_class](#input\_price\_class)| The price class for this distribution. One of PriceClass\_All, PriceClass\_200, PriceClass\_100 |`string`|`null`| no |
159
159
| <aname="input_realtime_metrics_subscription_status"></a> [realtime\_metrics\_subscription\_status](#input\_realtime\_metrics\_subscription\_status)| A flag that indicates whether additional CloudWatch metrics are enabled for a given CloudFront distribution. Valid values are `Enabled` and `Disabled`. |`string`|`"Enabled"`| no |
160
160
| <aname="input_retain_on_delete"></a> [retain\_on\_delete](#input\_retain\_on\_delete)| Disables the distribution instead of deleting it when destroying the resource through Terraform. If this is set, the distribution needs to be deleted manually afterwards. |`bool`|`false`| no |
161
161
| <aname="input_staging"></a> [staging](#input\_staging)| Whether the distribution is a staging distribution. |`bool`|`false`| no |
162
162
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resource. |`map(string)`|`null`| no |
163
-
| <aname="input_viewer_certificate"></a> [viewer\_certificate](#input\_viewer\_certificate)| The SSL configuration for this distribution |`any`| <pre>{<br> "cloudfront_default_certificate": true,<br> "minimum_protocol_version": "TLSv1"<br>}</pre> | no |
163
+
| <aname="input_viewer_certificate"></a> [viewer\_certificate](#input\_viewer\_certificate)| The SSL configuration for this distribution |`any`| <pre>{<br/> "cloudfront_default_certificate": true,<br/> "minimum_protocol_version": "TLSv1"<br/>}</pre> | no |
164
164
| <aname="input_wait_for_deployment"></a> [wait\_for\_deployment](#input\_wait\_for\_deployment)| If enabled, the resource will wait for the distribution status to change from InProgress to Deployed. Setting this to false will skip the process. |`bool`|`true`| no |
165
165
| <aname="input_web_acl_id"></a> [web\_acl\_id](#input\_web\_acl\_id)| If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution. The WAF Web ACL must exist in the WAF Global (CloudFront) region and the credentials configuring this argument must have waf:GetWebACL permissions assigned. If using WAFv2, provide the ARN of the web ACL. |`string`|`null`| no |
166
166
@@ -185,7 +185,7 @@ No modules.
185
185
| <aname="output_cloudfront_origin_access_identities"></a> [cloudfront\_origin\_access\_identities](#output\_cloudfront\_origin\_access\_identities)| The origin access identities created |
186
186
| <aname="output_cloudfront_origin_access_identity_iam_arns"></a> [cloudfront\_origin\_access\_identity\_iam\_arns](#output\_cloudfront\_origin\_access\_identity\_iam\_arns)| The IAM arns of the origin access identities created |
187
187
| <aname="output_cloudfront_origin_access_identity_ids"></a> [cloudfront\_origin\_access\_identity\_ids](#output\_cloudfront\_origin\_access\_identity\_ids)| The IDS of the origin access identities created |
Copy file name to clipboardexpand all lines: examples/complete/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ $ terraform apply
21
21
22
22
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
23
23
24
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
24
+
<!--BEGIN_TF_DOCS-->
25
25
## Requirements
26
26
27
27
| Name | Version |
@@ -84,4 +84,4 @@ No inputs.
84
84
| <aname="output_cloudfront_origin_access_identities"></a> [cloudfront\_origin\_access\_identities](#output\_cloudfront\_origin\_access\_identities)| The origin access identities created |
85
85
| <aname="output_cloudfront_origin_access_identity_iam_arns"></a> [cloudfront\_origin\_access\_identity\_iam\_arns](#output\_cloudfront\_origin\_access\_identity\_iam\_arns)| The IAM arns of the origin access identities created |
86
86
| <aname="output_cloudfront_origin_access_identity_ids"></a> [cloudfront\_origin\_access\_identity\_ids](#output\_cloudfront\_origin\_access\_identity\_ids)| The IDS of the origin access identities created |
0 commit comments