From 1b2dc9120cb38cd5867cd3d7533c3d0645fc0f60 Mon Sep 17 00:00:00 2001 From: zjhe Date: Fri, 4 Oct 2024 16:38:51 +0800 Subject: [PATCH] shorten default name --- quickstart/301-machine-learning-hub-spoke-secure/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/301-machine-learning-hub-spoke-secure/variables.tf b/quickstart/301-machine-learning-hub-spoke-secure/variables.tf index 2d3ba0aa..a7cd2650 100644 --- a/quickstart/301-machine-learning-hub-spoke-secure/variables.tf +++ b/quickstart/301-machine-learning-hub-spoke-secure/variables.tf @@ -1,7 +1,7 @@ variable "name" { type = string description = "Name of the deployment" - default = "301mlhubspokesecure" + default = "301mlhss" } variable "environment" {