Skip to content

Commit 1deab8d

Browse files
committed
fix: Remove domain validation.
1 parent a677f34 commit 1deab8d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
variable "domain" {
22
type = string
33
description = "The domain to use for the SES email address."
4-
5-
validation {
6-
condition = can(regex("^[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9]\\.[a-zA-Z]{2,}$", var.domain))
7-
error_message = "The domain must be a valid domain name."
8-
}
94
}
105

116
variable "hosted_zone_id" {

0 commit comments

Comments
 (0)