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
<ahref="https://twitter.com/intent/follow?screen_name=RhythmicTech"><imgsrc="https://img.shields.io/twitter/follow/RhythmicTech?style=social&logo=twitter"alt="follow on Twitter"></a>
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
54
+
|[aws_iam_policy_document.destination](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
55
+
|[aws_iam_policy_document.replication_assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
56
+
|[aws_iam_policy_document.replication_policy_doc](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
44
57
|[aws_iam_policy_document.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
45
58
|[aws_region.region](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
| <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 |
52
65
| <aname="input_allowed_account_ids_write"></a> [allowed\_account\_ids\_write](#input\_allowed\_account\_ids\_write)| List of AWS account IDs to grant write access to the repo. Due to how policies are constructed, there's effectively a limit of about 9 accounts. |`list(string)`|`[]`| no |
66
+
| <aname="input_dest_logging_bucket"></a> [dest\_logging\_bucket](#input\_dest\_logging\_bucket)| S3 bucket name to log bucket access requests to (optional) |`string`|`null`| no |
67
+
| <aname="input_dest_logging_bucket_prefix"></a> [dest\_logging\_bucket\_prefix](#input\_dest\_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 |
68
+
| <aname="input_dest_region"></a> [dest\_region](#input\_dest\_region)| Region to replicate repo bucket to (omit to disable replication) |`string`|`""`| no |
53
69
| <aname="input_logging_bucket"></a> [logging\_bucket](#input\_logging\_bucket)| S3 bucket name to log bucket access requests to (optional) |`string`|`null`| no |
54
70
| <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
71
| <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 |
0 commit comments