We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55240e2 commit af2f557Copy full SHA for af2f557
modules/db_instance/outputs.tf
@@ -50,7 +50,7 @@ output "db_instance_status" {
50
51
output "db_instance_name" {
52
description = "The database name"
53
- value = try(aws_db_instance.this[0].name, "")
+ value = try(aws_db_instance.this[0].db_name, "")
54
}
55
56
output "db_instance_username" {
0 commit comments