We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe8e52 commit 67f1098Copy full SHA for 67f1098
variables.tf
@@ -85,8 +85,8 @@ variable "username" {
85
}
86
87
validation {
88
- condition = !(var.username == "postgres" || var.username == "rdsadmin")
89
- error_message = "username cannot be one of the reserved names: postgres, rdsadmin."
+ condition = !(var.username == "rdsadmin")
+ error_message = "username cannot be one of the reserved names: rdsadmin."
90
91
92
0 commit comments