Skip to content

Commit

Permalink
feat(trust-relationship) Parallelize role creation in stackset
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraemer-sysdig committed Aug 29, 2023
1 parent d5953f3 commit 4e07795
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 4e07795

Please sign in to comment.