remove unnecessary validation

This commit is contained in:
bdeshi 2024-05-24 16:11:05 +06:00
parent 7b69d6f45b
commit 3f475ecac5
Signed by: bdeshi
GPG Key ID: 410D03DA9A3468E0

View File

@ -31,10 +31,6 @@ variable "prefix" {
description = "Name prefix for all resources"
type = string
default = "free-"
validation {
condition = substr(var.prefix, -1, 1) == "-"
error_message = "prefix must end in hyphen"
}
}
variable "admin_create_credentials" {