Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
psychomantys committed Jun 28, 2024
2 parents b17e3c6 + 12c9f44 commit 78041ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ No requirements.
|------|-------------|------|---------|:--------:|
| <a name="input_bucket_name"></a> [bucket\_name](#input\_bucket\_name) | n/a | `string` | n/a | yes |
| <a name="input_bucket_type"></a> [bucket\_type](#input\_bucket\_type) | n/a | `string` | `"private"` | no |
| <a name="input_cors_rules"></a> [cors\_rules](#input\_cors\_rules) | n/a | `list(any)` | <pre>[<br> {<br> "allowed_headers": [<br> "*"<br> ],<br> "allowed_methods": [<br> "PUT",<br> "HEAD",<br> "POST",<br> "GET"<br> ],<br> "allowed_origins": [<br> "*.weni.ai"<br> ],<br> "expose_headers": [<br> "ETag",<br> "Access-Control-Allow-Origin"<br> ],<br> "max_age_seconds": 3000<br> }<br>]</pre> | no |
| <a name="input_cors_rules"></a> [cors\_rules](#input\_cors\_rules) | n/a | `list` | <pre>[<br> {<br> "allowed_headers": [<br> "*"<br> ],<br> "allowed_methods": [<br> "PUT",<br> "HEAD",<br> "POST",<br> "GET"<br> ],<br> "allowed_origins": [<br> "*.weni.ai"<br> ],<br> "expose_headers": [<br> "ETag",<br> "Access-Control-Allow-Origin"<br> ],<br> "max_age_seconds": 3000<br> }<br>]</pre> | no |
| <a name="input_create"></a> [create](#input\_create) | n/a | `bool` | `true` | no |
| <a name="input_create_iam_eks_role"></a> [create\_iam\_eks\_role](#input\_create\_iam\_eks\_role) | n/a | `map(any)` | `{}` | no |
| <a name="input_create_iam_user"></a> [create\_iam\_user](#input\_create\_iam\_user) | n/a | `bool` | `false` | no |
Expand Down

0 comments on commit 78041ff

Please sign in to comment.