From 40629a4a452eaaf6987a283a75f06bcf23c598eb Mon Sep 17 00:00:00 2001 From: Kristian Jones Date: Wed, 22 Sep 2021 09:36:47 +0000 Subject: [PATCH] fix: URL --- Vault/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vault/outputs.tf b/Vault/outputs.tf index 6a3636c..cec2708 100644 --- a/Vault/outputs.tf +++ b/Vault/outputs.tf @@ -1,6 +1,6 @@ output "Authentik" { value = { - URL = "https://auth.kristianjones.dev:8443" + URL = "https://auth.kristianjones.dev:443" Token = data.vault_generic_secret.Authentik.data["TOKEN"]