Skip to content

Commit

Permalink
Update output.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kachawla authored Apr 4, 2024
1 parent 0596d89 commit e1579c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ output "result" {
values = {
host = aws_memorydb_cluster.memorydb_cluster.cluster_endpoint[0].address
port = aws_memorydb_cluster.memorydb_cluster.cluster_endpoint[0].port
tls = true
}
}
}

0 comments on commit e1579c1

Please sign in to comment.