reduce length of cluster name

This commit is contained in:
E M 2026-04-22 21:53:44 +10:00
parent 1bc1336268
commit 5cb9cc3379
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
module "gke" {
source = "../modules/gke"
name = "logos-storage-dist-tests"
name = "logos-storage-rel-tests"
project = var.project
region = var.region
kubernetes_release_channel = "STABLE"