From 4f306cdacf4e7bb4f321c768befa98a9db82a34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 29 Jan 2024 09:33:11 +0100 Subject: [PATCH] adding ingress output for secret_name --- ingress/outputs.tf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ingress/outputs.tf diff --git a/ingress/outputs.tf b/ingress/outputs.tf new file mode 100644 index 0000000..d959947 --- /dev/null +++ b/ingress/outputs.tf @@ -0,0 +1,3 @@ +output "secret_name" { + value = var.create_cert ? "${local.app_slug}-cert":"" +}