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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,7 @@ Available targets:
147
147
| 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
148
| viewer_protocol_policy | allow-all, redirect-to-https | string |`redirect-to-https`| no |
149
149
| lambda_function_association | A config block that triggers a lambda function with specific actions | list |`<list>`| no |
150
+
| web_acl_id | ID of the AWS WAF web ACL that is associated with the distribution | string | `` | no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@
50
50
| 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
51
| viewer_protocol_policy | allow-all, redirect-to-https | string |`redirect-to-https`| no |
52
52
| lambda_function_association | A config block that triggers a lambda function with specific actions | list |`<list>`| no |
53
+
| web_acl_id | ID of the AWS WAF web ACL that is associated with the distribution | string | `` | no |
0 commit comments