Skip to content

Commit

Permalink
Fix TF formatting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Apr 5, 2024
1 parent f7866eb commit c3b6022
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "eks_blueprints_addons" {
karpenter = {
repository_username = data.aws_ecrpublic_authorization_token.token.user_name
repository_password = data.aws_ecrpublic_authorization_token.token.password
chart_version = "0.35.4"
chart_version = "0.35.4"

set = [{
name = "replicas"
Expand All @@ -30,4 +30,4 @@ module "eks_blueprints_addons" {
cluster_endpoint = var.addon_context.aws_eks_cluster_endpoint
cluster_version = var.eks_cluster_version
oidc_provider_arn = var.addon_context.eks_oidc_provider_arn
}
}

0 comments on commit c3b6022

Please sign in to comment.