Skip to content

Commit

Permalink
Trying low failureTolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraemer-sysdig committed Jul 15, 2024
1 parent 185048e commit c423076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/trust-relationship/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ resource "aws_cloudformation_stack_set_instance" "stackset_instance" {
operation_preferences {
# max_concurrent_count = 10
max_concurrent_percentage = 100
failure_tolerance_percentage = 100
failure_tolerance_count = 1
// Roles are not regional and hence do not need regional parallelism
}

Expand Down

0 comments on commit c423076

Please sign in to comment.