Refacto Oauht2

This commit is contained in:
2024-10-29 16:01:41 +01:00
parent f4ac0c5ac3
commit 03698c2dc2
12 changed files with 209 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
output "conn_string" {
value = "redis://${local.app_slug}-redis.${var.namespace}.svc:6379"
value = "tcp://${local.app_slug}-redis.${var.namespace}.svc:6379"
}
output "service" {