Skip to content

Commit f011ef8

Browse files
author
jslopes
committed
varias correcoes
1 parent cf28def commit f011ef8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ resource "aws_db_proxy" "main" {
107107
description = lookup(auth.value, "description", null)
108108
iam_auth = lookup(auth.value, "iam_auth", "DISABLED")
109109
secret_arn = aws_secretsmanager_secret.main.0.arn
110-
username = lookup(auth.value, "username", null)
111110
}
112111
}
113112

0 commit comments

Comments
 (0)