Skip to content

Commit

Permalink
fix: add missing db name
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jan 15, 2020
1 parent ec595d8 commit 921e698
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,7 @@ output "db_security_group_id" {
value = aws_security_group.db.id
}

output "db_instance_name" {
value = module.db.this_db_instance_name
}

0 comments on commit 921e698

Please sign in to comment.