Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
barryib committed May 19, 2021
1 parent c6e5474 commit 85f22b0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ In this release, we now decided to remove random_pet resources in Managed Node G

```hcl
module "eks" {
source = "../.."
version = "17.0.0"
source = "terraform-aws-modules/eks/aws"
version = "16.0.1"
cluster_name = "your-cluster-name"
cluster_version = "1.20"
...
# ...
node_groups = {
example = {
Expand All @@ -19,9 +20,9 @@ module "eks" {
max_capacity = 10
min_capacity = 1
...
# ...
}
}
...
# ...
}
```

0 comments on commit 85f22b0

Please sign in to comment.