From 4bb8b212ac21edfe23c74c82d01323d830c3b3b3 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" {