You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# As per https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#organization-structure, there can be only one root
description="ID of the Sysdig Cloud Account to enable Cloud Logs integration for (in case of organization, ID of the Sysdig management account)"
4
4
}
5
5
6
+
variable"is_organizational" {
7
+
description="(Optional) Set this field to 'true' to deploy CloudLogs to an AWS Organization (Or specific OUs)"
8
+
type=bool
9
+
default=false
10
+
}
11
+
6
12
variable"bucket_arn" {
7
13
description="(Required) The ARN of your CloudTrail Bucket"
8
14
type=string
@@ -78,12 +84,6 @@ variable "timeout" {
78
84
default="30m"
79
85
}
80
86
81
-
variable"org_units" {
82
-
type=list(string)
83
-
description="List of AWS Organizations organizational unit (OU) IDs in which to create the StackSet instances. Required for cross-account organizational deployments."
84
-
default=[]
85
-
}
86
-
87
87
variable"kms_key_arn" {
88
88
description="ARN of the KMS key used to encrypt the S3 bucket. If provided, the IAM role will be granted decrypt permissions."
0 commit comments