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 cf28def commit f011ef8Copy full SHA for f011ef8
main.tf
@@ -107,7 +107,6 @@ resource "aws_db_proxy" "main" {
107
description = lookup(auth.value, "description", null)
108
iam_auth = lookup(auth.value, "iam_auth", "DISABLED")
109
secret_arn = aws_secretsmanager_secret.main.0.arn
110
- username = lookup(auth.value, "username", null)
111
}
112
113
0 commit comments