Skip to content

Commit

Permalink
Merge pull request #43 from draios/feat/parallelize-cspm-role-creation
Browse files Browse the repository at this point in the history
feat(trust-relationship) Parallelize role creation in stackset
  • Loading branch information
nkraemer-sysdig authored Aug 30, 2023
2 parents d5953f3 + 4e07795 commit 4fcdf7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/services/trust-relationship/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,8 @@ resource "aws_cloudformation_stack_set_instance" "stackset_instance" {
deployment_targets {
organizational_unit_ids = local.org_units_to_deploy
}
operation_preferences {
failure_tolerance_count = 10
max_concurrent_count = 10
}
}

0 comments on commit 4fcdf7f

Please sign in to comment.