Update environment variable description
This commit is contained in:
parent
007f304966
commit
7216c01328
@ -1,6 +1,6 @@
|
||||
variable "environment" {
|
||||
type = string
|
||||
description = "Environment name (e.g., dev, staging, prod)"
|
||||
description = "Environment name (e.g., dev, staging, prod, test)"
|
||||
|
||||
validation {
|
||||
condition = can(regex("^[a-zA-Z0-9-_]+$", var.environment))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user