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
Copy file name to clipboardExpand all lines: modules/karpenter/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,7 @@ No modules.
149
149
| <aname="input_iam_policy_path"></a> [iam\_policy\_path](#input\_iam\_policy\_path)| Path of the IAM policy |`string`|`"/"`| no |
150
150
| <aname="input_iam_policy_statements"></a> [iam\_policy\_statements](#input\_iam\_policy\_statements)| A list of IAM policy [statements](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#statement) - used for adding specific IAM permissions as needed |`any`|`[]`| no |
151
151
| <aname="input_iam_policy_use_name_prefix"></a> [iam\_policy\_use\_name\_prefix](#input\_iam\_policy\_use\_name\_prefix)| Determines whether the name of the IAM policy (`iam_policy_name`) is used as a prefix |`bool`|`true`| no |
152
+
| <aname="input_iam_role_conditions"></a> [iam\_role\_conditions](#input\_iam\_role\_conditions)| Additional conditions of the IAM role assume policy | <pre>list(object({<br/> test = string<br/> variable = string<br/> values = list(string)<br/> }))</pre> |`[]`| no |
152
153
| <aname="input_iam_role_description"></a> [iam\_role\_description](#input\_iam\_role\_description)| IAM role description |`string`|`"Karpenter controller IAM role"`| no |
153
154
| <aname="input_iam_role_max_session_duration"></a> [iam\_role\_max\_session\_duration](#input\_iam\_role\_max\_session\_duration)| Maximum API session duration in seconds between 3600 and 43200 |`number`|`null`| no |
154
155
| <aname="input_iam_role_name"></a> [iam\_role\_name](#input\_iam\_role\_name)| Name of the IAM role |`string`|`"KarpenterController"`| no |
0 commit comments