add default value to fix example

This commit is contained in:
zjhe 2024-10-04 16:25:06 +08:00 committed by lonegunmanb
parent b89db36bee
commit 5308037fab

View File

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