Skip to content

Commit

Permalink
Merge pull request #60 from draios/fix/failure_tolerance
Browse files Browse the repository at this point in the history
Fix/failure tolerance
  • Loading branch information
cgeers authored Mar 28, 2024
2 parents a9ca0f1 + 3acd39a commit 32d5961
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
5 changes: 1 addition & 4 deletions modules/services/agentless-scanning/organizational.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ resource "aws_cloudformation_stack_set_instance" "scanning_role_stackset_instanc
organizational_unit_ids = local.organizational_unit_ids
}
operation_preferences {
failure_tolerance_count = 10
max_concurrent_count = 10
max_concurrent_count = 10
}
}

Expand Down Expand Up @@ -206,7 +205,6 @@ resource "aws_cloudformation_stack_set_instance" "mgmt_acc_stackset_instance" {

stack_set_name = aws_cloudformation_stack_set.mgmt_acc_resources_stackset[0].name
operation_preferences {
failure_tolerance_count = 10
max_concurrent_count = 10
region_concurrency_type = "PARALLEL"
}
Expand Down Expand Up @@ -286,7 +284,6 @@ resource "aws_cloudformation_stack_set_instance" "ou_stackset_instance" {
organizational_unit_ids = local.organizational_unit_ids
}
operation_preferences {
failure_tolerance_count = 10
max_concurrent_count = 10
region_concurrency_type = "PARALLEL"
}
Expand Down
3 changes: 0 additions & 3 deletions modules/services/event-bridge/organizational.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ resource "aws_cloudformation_stack_set_instance" "stackset_instance" {
organizational_unit_ids = local.organizational_unit_ids
}
operation_preferences {
failure_tolerance_count = 10
max_concurrent_count = 10
region_concurrency_type = "PARALLEL"
}
Expand All @@ -141,7 +140,6 @@ resource "aws_cloudformation_stack_set_instance" "mgmt_acc_stackset_instance" {
stack_set_name = aws_cloudformation_stack_set.mgmt-stackset[0].name

operation_preferences {
failure_tolerance_count = 10
max_concurrent_count = 10
region_concurrency_type = "PARALLEL"
}
Expand All @@ -156,7 +154,6 @@ resource "aws_cloudformation_stack_set_instance" "eb_role_stackset_instance" {
organizational_unit_ids = local.organizational_unit_ids
}
operation_preferences {
failure_tolerance_count = 10
max_concurrent_count = 10
region_concurrency_type = "PARALLEL"
}
Expand Down
3 changes: 1 addition & 2 deletions modules/services/trust-relationship/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ resource "aws_cloudformation_stack_set_instance" "stackset_instance" {
organizational_unit_ids = local.org_units_to_deploy
}
operation_preferences {
failure_tolerance_count = 10
max_concurrent_count = 10
max_concurrent_count = 10
}
}
3 changes: 1 addition & 2 deletions modules/services/workload-scanning/organizational.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ resource "aws_cloudformation_stack_set_instance" "scanning_role_stackset_instanc
organizational_unit_ids = local.organizational_unit_ids
}
operation_preferences {
failure_tolerance_count = 10
max_concurrent_count = 10
max_concurrent_count = 10
}
}

0 comments on commit 32d5961

Please sign in to comment.