Skip to content

Commit

Permalink
Update comment on endpoint list output.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-stonehouse committed Jun 18, 2019
1 parent e99eeff commit 3aa8829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ output "cluster_endpoint" {
value = join("", aws_rds_cluster.default.*.endpoint)
}

// Comma separated list of all DB instance endpoints running in cluster
// List of all DB instance endpoints running in cluster
output "all_instance_endpoints_list" {
value = [concat(
aws_rds_cluster_instance.cluster_instance_0.*.endpoint,
Expand Down

0 comments on commit 3aa8829

Please sign in to comment.