Added audience to workflow local in 0-org-setup (#3418)

* Added missing audiences to fast_0_org_setup

* Run terraform fmt

---------

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
kovagoadam
2025-10-17 10:13:28 +02:00
committed by GitHub
parent 1839a08581
commit 4dfcb9cf51

View File

@@ -74,6 +74,7 @@ locals {
)
}
tf_var_files = try(v.output_files.files, [])
audiences = try(v.workload_identity_provider.audiences, [])
})
}
}