Update environment variable description

This commit is contained in:
Patrick de Ruiter 2025-11-10 12:03:50 +01:00
parent 007f304966
commit 7216c01328
Signed by: pderuiter
GPG Key ID: 5EBA7F21CF583321

View File

@ -1,6 +1,6 @@
variable "environment" { variable "environment" {
type = string type = string
description = "Environment name (e.g., dev, staging, prod)" description = "Environment name (e.g., dev, staging, prod, test)"
validation { validation {
condition = can(regex("^[a-zA-Z0-9-_]+$", var.environment)) condition = can(regex("^[a-zA-Z0-9-_]+$", var.environment))