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
fix: Typo in description of access_log_delivery_policy_source_buckets variable (#278)
* Fix typo in description of `access_log_delivery_policy_source_buckets` variable
* Fix typo in `README.md` for description of `access_log_delivery_policy_source_buckets` variable
| <aname="input_acceleration_status"></a> [acceleration\_status](#input\_acceleration\_status)| (Optional) Sets the accelerate configuration of an existing bucket. Can be Enabled or Suspended. |`string`|`null`| no |
184
184
| <aname="input_access_log_delivery_policy_source_accounts"></a> [access\_log\_delivery\_policy\_source\_accounts](#input\_access\_log\_delivery\_policy\_source\_accounts)| (Optional) List of AWS Account IDs should be allowed to deliver access logs to this bucket. |`list(string)`|`[]`| no |
185
-
| <aname="input_access_log_delivery_policy_source_buckets"></a> [access\_log\_delivery\_policy\_source\_buckets](#input\_access\_log\_delivery\_policy\_source\_buckets)| (Optional) List of S3 bucket ARNs wich should be allowed to deliver access logs to this bucket. |`list(string)`|`[]`| no |
185
+
| <aname="input_access_log_delivery_policy_source_buckets"></a> [access\_log\_delivery\_policy\_source\_buckets](#input\_access\_log\_delivery\_policy\_source\_buckets)| (Optional) List of S3 bucket ARNs which should be allowed to deliver access logs to this bucket. |`list(string)`|`[]`| no |
186
186
| <aname="input_acl"></a> [acl](#input\_acl)| (Optional) The canned ACL to apply. Conflicts with `grant`|`string`|`null`| no |
187
187
| <aname="input_allowed_kms_key_arn"></a> [allowed\_kms\_key\_arn](#input\_allowed\_kms\_key\_arn)| The ARN of KMS key which should be allowed in PutObject |`string`|`null`| no |
0 commit comments