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
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:
0 commit comments