Update environment variable description
This commit is contained in:
parent
007f304966
commit
7216c01328
@ -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))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user