Skip to content

Commit

Permalink
make stage work
Browse files Browse the repository at this point in the history
  • Loading branch information
vallard committed Oct 11, 2022
1 parent 4a24cb6 commit 974d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02/terragrunt/live/stage/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependency "vpc" {

inputs = {
public_subnets = dependency.vpc.outputs.vpc.public_subnets
k8s_version = 1.21
k8s_version = 1.22
min_nodes = 1
desired_nodes = 3
max_nodes = 6
Expand Down

0 comments on commit 974d6a7

Please sign in to comment.