| create-instance-profile |
Determines whether instance profile will be created |
bool |
false |
no |
| description |
Description of IAM role |
string |
n/a |
yes |
| max-session-duration |
Max session duration in seconds |
number |
3600 |
no |
| path |
Path of IAM role. Defaults to /Customer/ |
string |
"/Customer/" |
no |
| policies |
Map of policies to be created and attached |
map( object( { description = string policy = string } ) ) |
{} |
no |
| role-name |
Name of IAM role |
string |
n/a |
yes |
| tags |
Tags additional to default tags |
map(string) |
{} |
no |
| trusted-entity |
AWS service allowed to assume this role or a full assume role policy |
string |
n/a |
yes |