We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c629fba commit a4c8fb6Copy full SHA for a4c8fb6
01_infrastructure/main.tf
@@ -6,7 +6,7 @@ resource "random_id" "platform_suffix" {
6
7
module "gke" {
8
source = "terraform-google-modules/kubernetes-engine/google"
9
- version = "35.0.1"
+ version = "36.0.2"
10
11
project_id = var.gcp_project_id
12
name = var.gcp_platform_name
0 commit comments