add default value to fix example

This commit is contained in:
zjhe 2024-10-04 16:25:06 +08:00
parent 77dcd8d154
commit 91b73244e5

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