We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43536a commit 43abb8aCopy full SHA for 43abb8a
variables.tf
@@ -28,7 +28,7 @@ variable "existing_karpenter_iam_role_arn" {
28
}
29
30
variable "existing_karpenter_instance_profile" {
31
- description = "Instance profie for karpenter. This will be used only when create_karpenter_iam_role is set to false"
+ description = "Instance profile for karpenter. This will be used only when create_karpenter_iam_role is set to false"
32
type = string
33
default = ""
34
0 commit comments