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
| account\_ids | AWS account IDs that are allowed to assume the role. |`list(string)`|`[]`| no |
109
109
| entity\_name | The name of the entity that the role is being created for (e.g. "test-user" or "host.example.com"). |`string`| n/a | yes |
110
110
| iam\_usernames | The list of IAM usernames allowed to assume the role. If not provided, defaults to allowing any user in the specified account(s). Note that including "root" in this list will override any other usernames in the list. |`list(string)`|```[ "root" ]```| no |
@@ -116,7 +116,7 @@ No modules.
116
116
## Outputs ##
117
117
118
118
| Name | Description |
119
-
|------|-------------|
119
+
|----|-----------|
120
120
| policy | The IAM policy that can read the specified SSM Parameter Store parameters. |
121
121
| role | The IAM role that can read the specified SSM Parameter Store parameters. |
0 commit comments