Skip to content

Commit 520fcfc

Browse files
committed
docs(modules/iam-role): add presets and notes
1 parent 31f014d commit 520fcfc

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

modules/iam-role/.header.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
# iam-role
22

3-
This sub-module creates IAM role and attaches appropriate IAM policies to the IAM role.
3+
This sub-module creates an IAM role and attaches appropriate IAM policies to the IAM role.
4+
5+
## Presets
6+
7+
### IAM Role
8+
9+
- The `name` is marked as a required variable, which sets the name of the IAM role.
10+
11+
## Notes
12+
13+
- The IAM policies defined under `iam_policies` are created and automatically attached to the IAM role.
14+
- The ARNs of the IAM policies specified under the `iam_policy_attachments` are automatically attached to the IAM role. This is useful in cases where you are referencing:
15+
- Amazon-managed IAM Policies, or
16+
- Self-managed IAM Policies

0 commit comments

Comments
 (0)