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
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,18 @@
1
1
# terraform-s3-rbac
2
2
3
-
## Purpose
3
+
## Description
4
4
5
-
Terraform module to allow users to easily create buckets in their own account that gives another account's principal(s) full read/write access to their buckets.
5
+
This Terraform module allow users to easily create buckets in their own account and then give access to said buckets via AWS IAM principals.
6
+
7
+
Principals are defined in the AWS docs here: [https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html)
8
+
9
+
#### NOTE
10
+
11
+
Currently only `AWS` principals are supported this includes:
0 commit comments