diff --git a/fast/stages/01-resman/cicd-data-platform.tf b/fast/stages/01-resman/cicd-data-platform.tf index 51adb33b..6cd12114 100644 --- a/fast/stages/01-resman/cicd-data-platform.tf +++ b/fast/stages/01-resman/cicd-data-platform.tf @@ -111,10 +111,12 @@ module "branch-dp-dev-sa-cicd" { each.value.branch == null ? format( local.identity_providers[each.value.identity_provider].principalset_tpl, + var.automation.federated_identity_pool, each.value.name ) : format( local.identity_providers[each.value.identity_provider].principal_tpl, + var.automation.federated_identity_pool, each.value.name, each.value.branch )