Skip to content

Commit 67f1098

Browse files
committed
remove postgres as name validation
1 parent bbe8e52 commit 67f1098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ variable "username" {
8585
}
8686

8787
validation {
88-
condition = !(var.username == "postgres" || var.username == "rdsadmin")
89-
error_message = "username cannot be one of the reserved names: postgres, rdsadmin."
88+
condition = !(var.username == "rdsadmin")
89+
error_message = "username cannot be one of the reserved names: rdsadmin."
9090
}
9191
}
9292

0 commit comments

Comments
 (0)