Skip to content

Commit

Permalink
Merge pull request #43 from smerle33/helpdesk2930/kub122
Browse files Browse the repository at this point in the history
kubernetes upgrade from 1.21 to 1.22
  • Loading branch information
smerle33 authored Jun 13, 2022
2 parents fbb9506 + 10bb76b commit c2ed9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "region" {

variable "kubernetes_version" {
type = string
default = "1.21."
default = "1.22."
description = "Kubernetes version in format '<MAJOR>.<MINOR>.'"
}

Expand Down

0 comments on commit c2ed9cf

Please sign in to comment.