Skip to content

Commit

Permalink
output rds_port
Browse files Browse the repository at this point in the history
  • Loading branch information
jjno91 committed Mar 17, 2020
1 parent efa8325 commit 70a1b25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ output "rds_security_group_id" {
description = "https://www.terraform.io/docs/providers/aws/r/security_group.html#id"
value = aws_security_group.rds.id
}

output "rds_port" {
description = "https://www.terraform.io/docs/providers/aws/r/rds_cluster.html#port-1"
value = aws_rds_cluster.this.port
}

0 comments on commit 70a1b25

Please sign in to comment.