Skip to content

Commit

Permalink
feat: Export aws_rds_cluster_instance in aurora postgres module (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami authored Jan 26, 2024
1 parent 199a748 commit e2ef7d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws-aurora-postgres/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ output "cluster_id" {
value = module.aurora.rds_cluster_id
sensitive = false
}

output "aws_rds_cluster_instance" {
value = module.aurora.aws_rds_cluster_instance
}

0 comments on commit e2ef7d0

Please sign in to comment.