Skip to content

Commit

Permalink
chore: Update module version to included required changes and update …
Browse files Browse the repository at this point in the history
…line highlighting on docs site
  • Loading branch information
bryantbiggs committed Oct 12, 2024
1 parent 56f434e commit 71bd9ff
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion patterns/ml-capacity-block/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This pattern demonstrates how to consume/utilize ML capacity block reservations

## Code

```terraform hl_lines="5-11 80-94 106-109 138-151"
```terraform hl_lines="5-11 93-107 119-122 161-174"
{% include "../../patterns/ml-capacity-block/eks.tf" %}
```

Expand Down
2 changes: 1 addition & 1 deletion patterns/ml-capacity-block/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "capacity_reservation_id" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "~> 20.24"
version = "~> 20.26"

cluster_name = local.name
cluster_version = "1.31"
Expand Down
4 changes: 2 additions & 2 deletions patterns/nvidia-gpu-efa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ The following components are demonstrated in this pattern:

## Code

```terraform hl_lines="24-26 32-67"
```terraform hl_lines="26-28 34-80"
{% include "../../patterns/nvidia-gpu-efa/eks.tf" %}
```

```terraform hl_lines="5-47"
```terraform hl_lines="5-33"
{% include "../../patterns/nvidia-gpu-efa/helm.tf" %}
```

Expand Down
2 changes: 1 addition & 1 deletion patterns/nvidia-gpu-efa/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "~> 20.24"
version = "~> 20.26"

cluster_name = local.name
cluster_version = "1.31"
Expand Down
2 changes: 1 addition & 1 deletion patterns/targeted-odcr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This pattern demonstrates how to consume/utilize on-demand capacity reservations

## Code

```terraform hl_lines="5-8 81-88 108-131"
```terraform hl_lines="5-8 94-104 124-147"
{% include "../../patterns/targeted-odcr/eks.tf" %}
```

Expand Down
2 changes: 1 addition & 1 deletion patterns/targeted-odcr/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variable "capacity_reservation_arns" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "~> 20.24"
version = "~> 20.26"

cluster_name = local.name
cluster_version = "1.31"
Expand Down

0 comments on commit 71bd9ff

Please sign in to comment.