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
|[sysdig_secure_trusted_cloud_identity.trusted_identity](https://registry.terraform.io/providers/sysdiglabs/sysdig/latest/docs/data-sources/secure_trusted_cloud_identity)| data source |
|[sysdig_secure_tenant_external_id](https://registry.terraform.io/providers/sysdiglabs/sysdig/latest/docs/data-sources/secure_tenant_external_id)| data source |
66
66
|[sysdig_secure_cloud_ingestion_assets](https://registry.terraform.io/providers/sysdiglabs/sysdig/latest/docs/data-sources/secure_cloud_ingestion_assets)| data source |
67
67
|[google_project.project](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/project)| data source |
@@ -85,7 +85,6 @@ No modules.
85
85
| <aname="input_minimum_backoff"></a> [minimum\_backoff](#input\_minimum\_backoff)| (Optional) Minimum backoff time for exponential backoff of the push subscription retry policy |`string`|`"10s"`| no |
86
86
| <aname="input_organization_domain"></a> [organization\_domain](#input\_organization\_domain)| Organization domain. e.g. sysdig.com |`string`|`""`| no |
87
87
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| (Required) Target Project identifier provided by the customer |`string`| n/a | yes |
88
-
| <aname="input_role_name"></a> [role\_name](#input\_role\_name)| (Optional) Role name for custom role binding to the service account, with read permissions for data ingestion resources |`string`|`"SysdigIngestionAuthRole"`| no |
89
88
| <aname="input_suffix"></a> [suffix](#input\_suffix)| (Optional) Suffix to uniquely identify resources during multiple installs. If not provided, random value is autogenerated |`string`|`null`| no |
90
89
| <aname="input_audit_log_config"></a> [audit\_log\_config](#input\_audit\_log\_config)| List of services and their audit log configurations to be ingested. Default is to ingest all logs. | <pre>list(object({<br> service = string,<br> log_config = list(object({<br> log_type = string,<br> exempted_members = optional(list(string))<br> }))<br> }))</pre> | <pre>[<br> {<br> "log_config": [<br> {<br> "log_type": "ADMIN_READ"<br> },<br> {<br> "log_type": "DATA_READ"<br> },<br> {<br> "log_type": "DATA_WRITE"<br> }<br> ],<br> "service": "allServices"<br> }<br>]</pre> | no |
91
90
| <aname="ingestion_sink_filter"></a> [ingestion\_sink\_filter](#input\_ingestion\_sink\_filter)| Filter the Sink is set up with. Ingests AuditLogs by default. |`string`|`protoPayload.@type = "type.googleapis.com/google.cloud.audit.AuditLog"`| no |
| <aname="output_webhook_datasource_component_id"></a> [webhook\_datasource\_component\_id](#webhook\_datasource\_component\_id)| Component identifier of Webhook Datasource integration created in Sysdig Backend for Log Ingestion |
| <aname="output_pubsub_datasource_component_id"></a> [pubsub\_datasource\_component\_id](#pubsub\_datasource\_component\_id)| Component identifier of Pub Sub integration created in Sysdig Backend for Log Ingestion |
description="ID of the Sysdig Cloud Account to enable to enable Webhook Datasource integration for (incase of organization, ID of the Sysdig management account)"
102
+
description="ID of the Sysdig Cloud Account to enable to enable Pub Sub integration for (incase of organization, ID of the Sysdig management account)"
0 commit comments