From 452060961a60e94061beb79403939d45d7083498 Mon Sep 17 00:00:00 2001 From: Victor Voisin Date: Tue, 7 Oct 2025 13:37:20 +0200 Subject: [PATCH] fix: expose missing audiences variable for gitlab workflow file generation (#3385) In 0-org-setup, when using gitlab cicd, workflow-gitlab.yaml expects an audiences variable. Co-authored-by: Ludovico Magnocavallo --- fast/stages/0-org-setup/cicd.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/fast/stages/0-org-setup/cicd.tf b/fast/stages/0-org-setup/cicd.tf index 220d562d7..410042a70 100644 --- a/fast/stages/0-org-setup/cicd.tf +++ b/fast/stages/0-org-setup/cicd.tf @@ -42,6 +42,7 @@ locals { v.workload_identity_provider.id, v.workload_identity_provider.id ) + audiences = try(v.workload_identity_provider.audiences, []) service_accounts = { apply = lookup( local.of_service_accounts,