Skip to content

Commit

Permalink
Merge pull request #716 from mgfeller/mgfeller/fast-cicd-pf-dev-forma…
Browse files Browse the repository at this point in the history
…t-arg

FAST - added missing format argument in branch-pf-dev-sa-cicd
  • Loading branch information
mgfeller authored Jul 5, 2022
2 parents 8585852 + ea7827d commit 9de2878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fast/stages/01-resman/cicd-project-factory.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,12 @@ module "branch-pf-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 9de2878

Please sign in to comment.