Skip to content

Commit

Permalink
hotfix: missing redshift db name output
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Jul 16, 2020
1 parent 02765ed commit 397f9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/aws/redshift/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ output "summary" {
Redshift Cluster ID: ${aws_redshift_cluster.redshift.id}
Redshift ARN: ${aws_redshift_cluster.redshift.arn}
Redshift endpoint: ${aws_redshift_cluster.redshift.endpoint}
Redshift DB Name: ${var.database_name}
EOF
}

0 comments on commit 397f9b2

Please sign in to comment.