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
| allowed\_account\_ids | List of AWS account IDs to grant read-only access to the repo. Due to how policies are constructed, there's effectively a limit of about 9 accounts. |`list(string)`|`[]`| no |
36
-
| logging\_bucket | S3 bucket name to log bucket access requests to (optional) |`string`|`null`| no |
37
-
| logging\_bucket\_prefix | S3 bucket prefix to log bucket access requests to (optional). If blank but a `logging_bucket` is specified, this will be set to the name of the bucket |`string`|`null`| no |
38
-
| name | Bucket name for the helm repo. Specify to control the exact name of the bucket, otherwise use `name_suffix`|`string`|`null`| no |
39
-
| name\_suffix | Bucket suffix for the repo (bucket will be named `[ACCOUNT_ID]-[REGION]-[name_suffix]`, not used if `name` is specified) |`string`|`"helmrepo"`| no |
40
-
| tags | Tags to add to supported resources |`map(string)`|`{}`| no |
51
+
| <aname="input_allow_cross_account_write"></a> [allow\_cross\_account\_write](#input\_allow\_cross\_account\_write)| Allow write access to helm repo from `allowed_account_ids`|`bool`|`false`| no |
52
+
| <aname="input_allowed_account_ids"></a> [allowed\_account\_ids](#input\_allowed\_account\_ids)| List of AWS account IDs to grant read-only access to the repo. Due to how policies are constructed, there's effectively a limit of about 9 accounts. |`list(string)`|`[]`| no |
53
+
| <aname="input_logging_bucket"></a> [logging\_bucket](#input\_logging\_bucket)| S3 bucket name to log bucket access requests to (optional) |`string`|`null`| no |
54
+
| <aname="input_logging_bucket_prefix"></a> [logging\_bucket\_prefix](#input\_logging\_bucket\_prefix)| S3 bucket prefix to log bucket access requests to (optional). If blank but a `logging_bucket` is specified, this will be set to the name of the bucket |`string`|`null`| no |
55
+
| <aname="input_name"></a> [name](#input\_name)| Bucket name for the helm repo. Specify to control the exact name of the bucket, otherwise use `name_suffix`|`string`|`null`| no |
56
+
| <aname="input_name_suffix"></a> [name\_suffix](#input\_name\_suffix)| Bucket suffix for the repo (bucket will be named `[ACCOUNT_ID]-[REGION]-[name_suffix]`, not used if `name` is specified) |`string`|`"helmrepo"`| no |
57
+
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to add to supported resources |`map(string)`|`{}`| no |
41
58
42
59
## Outputs
43
60
44
61
| Name | Description |
45
62
|------|-------------|
46
-
| s3\_bucket | Bucket name of the repo |
47
-
63
+
| <aname="output_s3_bucket"></a> [s3\_bucket](#output\_s3\_bucket)| Bucket name of the repo |
0 commit comments