remove unnecessary validation
This commit is contained in:
parent
7b69d6f45b
commit
3f475ecac5
@ -31,10 +31,6 @@ variable "prefix" {
|
|||||||
description = "Name prefix for all resources"
|
description = "Name prefix for all resources"
|
||||||
type = string
|
type = string
|
||||||
default = "free-"
|
default = "free-"
|
||||||
validation {
|
|
||||||
condition = substr(var.prefix, -1, 1) == "-"
|
|
||||||
error_message = "prefix must end in hyphen"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "admin_create_credentials" {
|
variable "admin_create_credentials" {
|
||||||
|
Loading…
Reference in New Issue
Block a user