Skip to content

Commit

Permalink
Merge pull request #15 from silinternational/database-arn
Browse files Browse the repository at this point in the history
Release 0.9.0 -- add database_arn output
  • Loading branch information
briskt authored Aug 29, 2024
2 parents a0a20b2 + 3312a8b commit b1ca53d
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 b1ca53d

Please sign in to comment.