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" {