Skip to content

Commit 0f24b8b

Browse files
authored
Merge pull request #11 from aquasecurity/add-parallel-concurrency
SAAS-28615 - Add preferences for aws organization stackset
2 parents b152f98 + 3adaac6 commit 0f24b8b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/organization/main.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ resource "aws_cloudformation_stack_set" "stack_set" {
1111
enabled = true
1212
retain_stacks_on_account_removal = false
1313
}
14+
15+
operation_preferences {
16+
failure_tolerance_percentage = 100
17+
region_concurrency_type = "PARALLEL"
18+
max_concurrent_percentage = 100
19+
}
20+
1421
parameters = {
1522
AquaApiKey = sensitive(var.aqua_api_key),
1623
AquaSecretKey = sensitive(var.aqua_api_secret),

0 commit comments

Comments
 (0)