Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuniorlima authored May 31, 2023
1 parent 55240e2 commit af2f557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/db_instance/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ output "db_instance_status" {

output "db_instance_name" {
description = "The database name"
value = try(aws_db_instance.this[0].name, "")
value = try(aws_db_instance.this[0].db_name, "")
}

output "db_instance_username" {
Expand Down

0 comments on commit af2f557

Please sign in to comment.