Skip to content

Commit

Permalink
updating name of output on rds
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Oct 18, 2024
1 parent 7b918b4 commit 216fe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/rds/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ output "database_subnet_ids" {
output "rds_instance_id" {
value = aws_rds_cluster_instance.notification-canada-ca-instances[0].identifier
}
output "cluster_endpoint" {
output "postgres_cluster_endpoint" {
value = aws_rds_cluster.notification-canada-ca.endpoint
sensitive = true
}

0 comments on commit 216fe30

Please sign in to comment.