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 92567aa commit 1b9dfb4
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 = "${kubernetes_service.redis.metadata[0].name}.${kubernetes_service.redis.metadata[0].namespace}.svc.cluster.local"
port = 6379
}
secrets = {
connectionString = "${kubernetes_service.redis.metadata[0].name}.${kubernetes_service.redis.metadata[0].namespace}.svc:6379"
}
}
sensitive = true
}

0 comments on commit 1b9dfb4

Please sign in to comment.