Skip to content

Commit 29bf214

Browse files
committed
corrected db_username & password values
1 parent 306558a commit 29bf214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
output "admin_username" {
1+
output "db_username" {
22
description = "The admin username"
33
value = aws_db_instance.db.username
44
}
55

6-
output "admin_password" {
6+
output "db_password" {
77
description = "The admin password"
88
value = resource.random_password.db_password.result
99
sensitive = true

0 commit comments

Comments
 (0)