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
| force\_detach\_policies | The policy that grants an entity permission to assume the role. |`bool`|`false`| no |
135
-
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|`[]`| no |
129
+
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|<pre>[<br> "name",<br> "environment"<br>]</pre>| no |
136
130
| managed\_policy\_arns | Set of exclusive IAM managed policy ARNs to attach to the IAM role |`list(any)`|`[]`| no |
137
131
| managedby | ManagedBy, eg 'CloudDrove' |`string`|`"[email protected]"`| no |
138
132
| max\_session\_duration | The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours. |`number`|`3600`| no |
@@ -143,7 +137,6 @@ Here is an example of how you can use this module in your inventory structure:
143
137
| policy\_arn | The ARN of the policy you want to apply. |`string`|`""`| no |
144
138
| policy\_enabled | Whether to Attach Iam policy with role. |`bool`|`false`| no |
145
139
| repository |https://github.com/clouddrove/terraform-aws-iam-role|`string`|`""`| no |
146
-
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map(any)`|`{}`| no |
0 commit comments