shorten default name

This commit is contained in:
zjhe 2024-10-04 16:38:51 +08:00
parent 64e270d463
commit 4bb8b212ac

View File

@ -1,7 +1,7 @@
variable "name" { variable "name" {
type = string type = string
description = "Name of the deployment" description = "Name of the deployment"
default = "301mlhubspokesecure" default = "301mlhss"
} }
variable "environment" { variable "environment" {