Skip to content

Commit b4aeba2

Browse files
author
GitHub Action
committed
🤖 CI: Prerelease: 1.0.4-0
1 parent 4cfbd13 commit b4aeba2

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
@@ -60,6 +60,7 @@ No modules.
6060
| Name | Description | Type | Default | Required |
6161
|------|-------------|------|---------|:--------:|
6262
| <a name="input_bucket_name_prefix"></a> [bucket\_name\_prefix](#input\_bucket\_name\_prefix) | A prefix name for the bucket | `string` | n/a | yes |
63+
| <a name="input_bucket_name_random_suffix"></a> [bucket\_name\_random\_suffix](#input\_bucket\_name\_random\_suffix) | Set the bucket name to be suffixed with a random string | `bool` | `true` | no |
6364
| <a name="input_notification_prefixes"></a> [notification\_prefixes](#input\_notification\_prefixes) | The object prefixes to create SNS notifications for (e.g. ['folder1/', 'folder2/'] or [''] for everything) | `list` | `[]` | no |
6465
| <a name="input_public_access"></a> [public\_access](#input\_public\_access) | n/a | `bool` | `false` | no |
6566
| <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 |

sly.json

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

0 commit comments

Comments
 (0)