Skip to content

Commit af2f557

Browse files
authored
Update outputs.tf
1 parent 55240e2 commit af2f557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/db_instance/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ output "db_instance_status" {
5050

5151
output "db_instance_name" {
5252
description = "The database name"
53-
value = try(aws_db_instance.this[0].name, "")
53+
value = try(aws_db_instance.this[0].db_name, "")
5454
}
5555

5656
output "db_instance_username" {

0 commit comments

Comments
 (0)