Skip to content

Commit 393a6ef

Browse files
author
GitHub Action
committed
🤖 CI: Prerelease: 1.0.8-0
1 parent 5e9dcc6 commit 393a6ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ No modules.
6565
| <a name="input_public_access"></a> [public\_access](#input\_public\_access) | n/a | `bool` | `false` | no |
6666
| <a name="input_read_only_principals"></a> [read\_only\_principals](#input\_read\_only\_principals) | The ARNs of users/roles/etc that have read-only access to the bucket | `list` | `[]` | no |
6767
| <a name="input_read_only_services"></a> [read\_only\_services](#input\_read\_only\_services) | The AWS services that have read-only access to the bucket (e.g. ses.amazonaws.com, lambda.amazonaws.com) | `list` | `[]` | no |
68+
| <a name="input_read_only_services_condition"></a> [read\_only\_services\_condition](#input\_read\_only\_services\_condition) | n/a | `map(any)` | `{}` | no |
6869
| <a name="input_read_write_principals"></a> [read\_write\_principals](#input\_read\_write\_principals) | The ARNs of users/roles/etc that have read-write access to the bucket | `list` | `[]` | no |
6970
| <a name="input_root_principal"></a> [root\_principal](#input\_root\_principal) | The root prinicipal. In most cases leave this as 'root' | `string` | `"root"` | no |
7071
| <a name="input_write_only_principals"></a> [write\_only\_principals](#input\_write\_only\_principals) | The ARNs of users/roles/etc that have write-only access to the bucket | `list` | `[]` | no |

sly.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.0.7"
2+
"version": "1.0.8-0"
33
}

0 commit comments

Comments
 (0)