Skip to content

Commit

Permalink
add database_arn output
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Aug 29, 2024
1 parent a0a20b2 commit 3312a8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ output "cloudwatch_log_group_name" {
value = aws_cloudwatch_log_group.logs.name
}

output "database_arn" {
value = module.rds.arn
}

output "database_host" {
value = module.rds.address
}
Expand Down

0 comments on commit 3312a8b

Please sign in to comment.