Skip to content

Commit

Permalink
Update output.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kachawla authored Oct 3, 2023
1 parent 4e1e156 commit 0596d89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ output "result" {
host = aws_memorydb_cluster.memorydb_cluster.cluster_endpoint[0].address
port = aws_memorydb_cluster.memorydb_cluster.cluster_endpoint[0].port
}
secrets = {
connectionString = format("rediss://%s:%d", aws_memorydb_cluster.memorydb_cluster.cluster_endpoint[0].address, aws_memorydb_cluster.memorydb_cluster.cluster_endpoint[0].port)
}
}
sensitive = true
}

0 comments on commit 0596d89

Please sign in to comment.