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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,6 @@ Available targets:
95
95
lint Lint terraform code
96
96
97
97
```
98
-
99
98
## Inputs
100
99
101
100
| Name | Description | Type | Default | Required |
@@ -124,6 +123,7 @@ Available targets:
124
123
| geo_restriction_locations | List of country codes for which CloudFront either to distribute content (whitelist) or not distribute your content (blacklist) | list |`<list>`| no |
125
124
| geo_restriction_type | Method that use to restrict distribution of your content by country: `none`, `whitelist`, or `blacklist`| string |`none`| no |
126
125
| is_ipv6_enabled | State of CloudFront IPv6 | string |`true`| no |
126
+
| lambda_function_association | A config block that triggers a lambda function with specific actions | list |`<list>`| no |
127
127
| log_expiration_days | Number of days after which to expunge the objects | string |`90`| no |
128
128
| log_glacier_transition_days | Number of days after which to move the data to the glacier storage tier | string |`60`| no |
129
129
| log_include_cookies | Include cookies in access logs | string |`false`| no |
| static_s3_bucket | aws-cli is a bucket owned by amazon that will perminantly exist. It allows for the data source to be called during the destruction process without failing. It doesn't get used for anything else, this is a safe workaround for handling the fact that if a data source like the one `aws_s3_bucket.selected` gets an error, you can't continue the terraform process which also includes the 'destroy' command, where is doesn't even need this data source! Don't change this bucket name, it's a variable so that we can provide this description. And this works around a problem that is an edge case. | string |`aws-cli`| no |
| trusted_signers | The AWS accounts, if any, that you want to allow to create signed URLs for private content. 'self' is acceptable. | list |`<list>`| no |
147
148
| use_regional_s3_endpoint | When set to 'true' the s3 origin_bucket will use the regional endpoint address instead of the global endpoint address | string |`false`| no |
148
149
| viewer_protocol_policy | allow-all, redirect-to-https | string |`redirect-to-https`| no |
149
-
| lambda_function_association | A config block that triggers a lambda function with specific actions | list |`<list>`| no |
150
150
| web_acl_id | ID of the AWS WAF web ACL that is associated with the distribution | string | `` | no |
151
151
152
152
## Outputs
@@ -243,7 +243,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
Copy file name to clipboardExpand all lines: docs/terraform.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
## Inputs
3
2
4
3
| Name | Description | Type | Default | Required |
@@ -27,6 +26,7 @@
27
26
| geo_restriction_locations | List of country codes for which CloudFront either to distribute content (whitelist) or not distribute your content (blacklist) | list |`<list>`| no |
28
27
| geo_restriction_type | Method that use to restrict distribution of your content by country: `none`, `whitelist`, or `blacklist`| string |`none`| no |
29
28
| is_ipv6_enabled | State of CloudFront IPv6 | string |`true`| no |
29
+
| lambda_function_association | A config block that triggers a lambda function with specific actions | list |`<list>`| no |
30
30
| log_expiration_days | Number of days after which to expunge the objects | string |`90`| no |
31
31
| log_glacier_transition_days | Number of days after which to move the data to the glacier storage tier | string |`60`| no |
32
32
| log_include_cookies | Include cookies in access logs | string |`false`| no |
| static_s3_bucket | aws-cli is a bucket owned by amazon that will perminantly exist. It allows for the data source to be called during the destruction process without failing. It doesn't get used for anything else, this is a safe workaround for handling the fact that if a data source like the one `aws_s3_bucket.selected` gets an error, you can't continue the terraform process which also includes the 'destroy' command, where is doesn't even need this data source! Don't change this bucket name, it's a variable so that we can provide this description. And this works around a problem that is an edge case. | string |`aws-cli`| no |
| trusted_signers | The AWS accounts, if any, that you want to allow to create signed URLs for private content. 'self' is acceptable. | list |`<list>`| no |
50
51
| use_regional_s3_endpoint | When set to 'true' the s3 origin_bucket will use the regional endpoint address instead of the global endpoint address | string |`false`| no |
51
52
| viewer_protocol_policy | allow-all, redirect-to-https | string |`redirect-to-https`| no |
52
-
| lambda_function_association | A config block that triggers a lambda function with specific actions | list |`<list>`| no |
53
53
| web_acl_id | ID of the AWS WAF web ACL that is associated with the distribution | string | `` | no |
0 commit comments