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
|[aws_iam_policy_document.assume_cloudlogs_s3_access_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
35
36
|[aws_iam_policy_document.cloudlogs_s3_access](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
36
37
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
@@ -40,12 +41,13 @@ No modules.
40
41
41
42
## Inputs
42
43
43
-
| Name | Description | Type | Default | Required |
| <aname="input_sysdig_secure_account_id"></a> [sysdig\_secure\_account\_id](#input\_sysdig\_secure\_account\_id)| (Required) ID of the Sysdig Cloud Account to enable Cloud Logs integration for (in case of organization, ID of the Sysdig management account) |`string`| n/a | yes |
46
-
| <aname="input_folder_arn"></a> [folder\_arn](#input\_folder\_arn)| (Required) The ARN of your CloudTrail Bucket Folder |`string`| n/a | yes |
47
-
| <aname="input_tags"></a> [tags](#input\_tags)| (Optional) Name to be assigned to all child resources. A suffix may be added internally when required. |`map(string)`| <pre>{<br> "product": "sysdig-secure-for-cloud"<br>}</pre> | no |
48
-
| <aname="input_name"></a> [name](#input\_name)| (Optional) Sysdig secure-for-cloud tags. always include 'product' default tag for resource-group proper functioning |`string`| sysdig-secure-cloudlogs | no |
44
+
| Name | Description | Type | Default | Required |
| <aname="input_sysdig_secure_account_id"></a> [sysdig\_secure\_account\_id](#input\_sysdig\_secure\_account\_id)| (Required) ID of the Sysdig Cloud Account to enable Cloud Logs integration for (in case of organization, ID of the Sysdig management account) |`string`| n/a | yes |
47
+
| <aname="input_folder_arn"></a> [folder\_arn](#input\_folder\_arn)| (Required) The ARN of your CloudTrail Bucket Folder |`string`| n/a | yes |
48
+
| <aname="input_tags"></a> [tags](#input\_tags)| (Optional) Name to be assigned to all child resources. A suffix may be added internally when required. |`map(string)`| <pre>{<br> "product": "sysdig-secure-for-cloud"<br>}</pre> | no |
49
+
| <aname="input_name"></a> [name](#input\_name)| (Optional) Sysdig secure-for-cloud tags. always include 'product' default tag for resource-group proper functioning |`string`| sysdig-secure-cloudlogs | no |
50
+
| <aname="input_regions"></a> [regions](#input\_regions)| (Optional) The list of AWS regions we want to scrape data from |`set(string)`|`[]`| no |
0 commit comments