Skip to content

Commit

Permalink
feat: add module rds outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusdjhyeon committed Dec 7, 2023
1 parent c41f6c9 commit 9dc1eaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions module-rds/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
output "db_instance_address" {
value = aws_db_instance.khu-rds.address
}

output "db_instance_arn" {
value = aws_db_instance.khu-rds.arn
}

0 comments on commit 9dc1eaa

Please sign in to comment.