Skip to content

Commit

Permalink
Fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Nov 1, 2024
1 parent 055447c commit 8364a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
- id: ${aws_subnet.public[0].id}
- id: ${aws_subnet.public[1].id}
amiSelectorTerms:
- id: "${var.karpenter_ami_family == "AL2" ? data.aws_ssm_parameter.eks_al2_ami.value : data.aws_ssm_parameter.bottlerocket_ami.value}"
- alias: bottlerocket@latest
EOF
EOT
}
Expand Down

0 comments on commit 8364a8f

Please sign in to comment.