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
Copy file name to clipboardExpand all lines: modules/integrations/cloud-logs/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,10 @@ No modules.
105
105
| <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 |
106
106
| <aname="input_bucket_arn"></a> [bucket\_arn](#input\_bucket\_arn)| (Required) The ARN of your CloudTrail Bucket |`string`| n/a | yes |
107
107
| <aname="input_topic_arn"></a> [topic\_arn](#input\_topic\_arn)| SNS Topic ARN that will forward CloudTrail notifications to Sysdig Secure |`string`| n/a | yes |
108
-
| <aname="input_create_topic"></a> [create\_topic](#input\_create\_topic)| true/false whether terraform should create the SNS Topic |`bool`|`false`| no |
109
-
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| (Optional) ARN of the KMS key used to encrypt the S3 bucket. If provided, the IAM role will be granted permissions to decrypt using this key. |`string`|`null`| no |
108
+
| <aname="input_create_topic"></a> [create\_topic](#input\_create\_topic)| true/false whether terraform should create the SNS Topic or subscribe to an existing one |`bool`|`false`| no |
109
+
| <aname="input_role_arn"></a> [role\_arn](#input\_role\_arn)| ARN of the Role to create, used by Sysdig to access logs in the S3 Bucket. Alternative to the Role Name |`string`|`null`| no |
110
+
| <aname="input_role_name"></a> [role\_name](#input\_role\_name)| Name of the Role to create, used by Sysdig to access logs in the S3 Bucket. Alternative to the Role ARN |`string`|`null`| no |
111
+
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| (Optional) ARN of the KMS key used to encrypt the S3 bucket. If provided, the IAM role will be granted permissions to decrypt using this key. |`string`|`null`| no |
110
112
| <aname="input_bucket_account_id"></a> [bucket\_account\_id](#input\_bucket\_account\_id)| (Optional) AWS Account ID that owns the S3 bucket, if different from the account where the module is being applied. Required for cross-account organizational deployments. |`string`|`null`| no |
111
113
| <aname="input_tags"></a> [tags](#input\_tags)| (Optional) Sysdig secure-for-cloud tags. always include 'product' default tag for resource-group proper functioning |`map(string)`| <pre>{<br> "product": "sysdig-secure-for-cloud"<br>}</pre> | no |
112
114
| <aname="input_name"></a> [name](#input\_name)| (Optional) Name to be assigned to all child resources. A suffix may be added internally when required. |`string`| sysdig-secure-cloudlogs | no |
0 commit comments