diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index b3131d90..38d2c63e 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -14,7 +14,7 @@ terraform { } kubernetes = { source = "hashicorp/kubernetes" - version = "2.36.0" + version = "2.37.0" } } }