Skip to content

Commit

Permalink
fix: ref to cluster instance
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Jan 26, 2024
1 parent d1a8211 commit 4564e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-aurora-postgres/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ output "cluster_id" {
}

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

0 comments on commit 4564e37

Please sign in to comment.