Skip to content

Commit

Permalink
FIX: Missing value to format principalSet (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
imp14a committed Jul 27, 2022
1 parent 329b511 commit 7f1a523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fast/stages/01-resman/cicd-data-platform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 7f1a523

Please sign in to comment.