Refacto Oauht2

This commit is contained in:
xmo
2024-11-08 21:09:05 +01:00
parent f4ac0c5ac3
commit 03698c2dc2
12 changed files with 209 additions and 73 deletions
+1 -1
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" {