Skip to content

Commit

Permalink
Update output.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kachawla authored Sep 13, 2023
1 parent 5c387f6 commit a53a483
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions output.tf
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
output "host" {
value = aws_memorydb_cluster.memorydb_cluster.cluster_endpoint[0].address
}

output "port" {
value = aws_memorydb_cluster.memorydb_cluster.cluster_endpoint[0].port
}

output "connectionString" {
value = format("rediss://%s:%d", aws_memorydb_cluster.memorydb_cluster.cluster_endpoint[0].address, aws_memorydb_cluster.memorydb_cluster.cluster_endpoint[0].port)
sensitive = true
}

output "result" {
value = {
resources = [aws_memorydb_cluster.memorydb_cluster.id]
Expand Down

0 comments on commit a53a483

Please sign in to comment.