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
* feat: Add Karpenter v1beta1 compatibility
* fix: Update to make changes opt-in
* fix: Update resource schemas to align with latest Karpenter version - validated and working as intended
---------
Co-authored-by: Bryant Biggs <[email protected]>
|[aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones)| data source |
87
87
|[aws_ecrpublic_authorization_token.token](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecrpublic_authorization_token)| data source |
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
@@ -150,6 +150,7 @@ No modules.
150
150
| <aname="input_create_iam_role"></a> [create\_iam\_role](#input\_create\_iam\_role)| Determines whether an IAM role is created or to use an existing IAM role |`bool`|`true`| no |
151
151
| <aname="input_create_instance_profile"></a> [create\_instance\_profile](#input\_create\_instance\_profile)| Whether to create an IAM instance profile |`bool`|`true`| no |
152
152
| <aname="input_create_irsa"></a> [create\_irsa](#input\_create\_irsa)| Determines whether an IAM role for service accounts is created |`bool`|`true`| no |
153
+
| <aname="input_enable_karpenter_instance_profile_creation"></a> [enable\_karpenter\_instance\_profile\_creation](#input\_enable\_karpenter\_instance\_profile\_creation)| Determines whether Karpenter will be allowed to create the IAM instance profile (v1beta1) or if Terraform will (v1alpha1) |`bool`|`false`| no |
153
154
| <aname="input_enable_spot_termination"></a> [enable\_spot\_termination](#input\_enable\_spot\_termination)| Determines whether to enable native spot termination handling |`bool`|`true`| no |
154
155
| <aname="input_iam_role_additional_policies"></a> [iam\_role\_additional\_policies](#input\_iam\_role\_additional\_policies)| Additional policies to be added to the IAM role |`map(string)`|`{}`| no |
155
156
| <aname="input_iam_role_arn"></a> [iam\_role\_arn](#input\_iam\_role\_arn)| Existing IAM role ARN for the IAM instance profile. Required if `create_iam_role` is set to `false`|`string`|`null`| no |
0 commit comments