From a3b86b9426d051507144835e3427c9bed209321c Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 17 Oct 2025 14:38:08 +0200 Subject: [PATCH] Revert "Added audience to workflow local in 0-org-setup (#3418)" (#3432) This reverts commit 4dfcb9cf51c93c54d417bf56c40bf3a4680bb417. --- fast/stages/0-org-setup/cicd.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/fast/stages/0-org-setup/cicd.tf b/fast/stages/0-org-setup/cicd.tf index cae21c3bd..410042a70 100644 --- a/fast/stages/0-org-setup/cicd.tf +++ b/fast/stages/0-org-setup/cicd.tf @@ -74,7 +74,6 @@ locals { ) } tf_var_files = try(v.output_files.files, []) - audiences = try(v.workload_identity_provider.audiences, []) }) } }