Skip to content

Commit

Permalink
feat: Export aws_rds_cluster_instance in aurora postgres module
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Jan 26, 2024
1 parent 199a748 commit 06ffd61
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 06ffd61

Please sign in to comment.