From 3f475ecac5e409077352e46375e6d4505934a215 Mon Sep 17 00:00:00 2001 From: bdeshi Date: Fri, 24 May 2024 16:11:05 +0600 Subject: [PATCH] remove unnecessary validation --- terraform.variables.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terraform.variables.tf b/terraform.variables.tf index 6229df6..340946d 100644 --- a/terraform.variables.tf +++ b/terraform.variables.tf @@ -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" {