We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b152f98 + 3adaac6 commit 0f24b8bCopy full SHA for 0f24b8b
modules/organization/main.tf
@@ -11,6 +11,13 @@ resource "aws_cloudformation_stack_set" "stack_set" {
11
enabled = true
12
retain_stacks_on_account_removal = false
13
}
14
+
15
+ operation_preferences {
16
+ failure_tolerance_percentage = 100
17
+ region_concurrency_type = "PARALLEL"
18
+ max_concurrent_percentage = 100
19
+ }
20
21
parameters = {
22
AquaApiKey = sensitive(var.aqua_api_key),
23
AquaSecretKey = sensitive(var.aqua_api_secret),
0 commit comments