Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
justinretzolk committed Nov 14, 2024
1 parent 3e28fae commit ece0168
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/r/eks_node_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ resource "aws_eks_node_group" "example" {

### Tracking the latest EKS Node Group AMI releases

You can have the node group track the latest version of the Amazon EKS optimized Amazon Linux AMI for a given EKS version by querying an Amazon provided SSM parameter. Replace `standard` in the parameter name below with `nvidia` to retrieve the accelerated AMI version.
Replace `x86_64`in the parameter name below with `arm64` to retrieve the Arm version.
You can have the node group track the latest version of the Amazon EKS optimized Amazon Linux AMI for a given EKS version by querying an Amazon provided SSM parameter. Replace `standard` in the parameter name below with `nvidia` to retrieve the accelerated AMI version. Replace `x86_64` in the parameter name below with `arm64` to retrieve the ARM version.

```terraform
data "aws_ssm_parameter" "eks_ami_release_version" {
Expand Down

0 comments on commit ece0168

Please sign in to comment.