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
|[azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config)| data source |
47
+
|[azurerm_management_group.onboarded_management_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/management_group)| data source |
48
+
|[azurerm_management_group.root_management_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/management_group)| data source |
49
+
|[azurerm_subscription.onboarded_subscriptions](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subscription)| data source |
42
50
|[azurerm_subscription.sysdig_subscription](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subscription)| data source |
43
51
44
52
## Inputs
@@ -48,9 +56,13 @@ No modules.
48
56
| <aname="input_auto_inflate_enabled"></a> [auto\_inflate\_enabled](#input\_auto\_inflate\_enabled)| Whether or not auto-inflate is enabled for the Event Hub |`bool`|`true`| no |
49
57
| <aname="input_consumer_group_name"></a> [consumer\_group\_name](#input\_consumer\_group\_name)| Name of the consumer group to be created |`string`|`"sysdig-consumer-group"`| no |
50
58
| <aname="input_diagnostic_settings_name"></a> [diagnostic\_settings\_name](#input\_diagnostic\_settings\_name)| Name of the diagnostic settings to be created |`string`|`"sysdig-diagnostic-settings"`| no |
59
+
| <aname="input_enable_entra"></a> [enable\_entra](#input\_enable\_entra)| (Optional) Used to enable or disable Entra logs, defaults to false. |`bool`|`false`| no |
60
+
| <aname="input_entra_diagnostic_settings_name"></a> [entra\_diagnostic\_settings\_name](#input\_entra\_diagnostic\_settings\_name)| Name of the Entra diagnostic settings to be created |`string`|`"sysdig-entra-diagnostic-settings"`| no |
51
61
| <aname="input_event_hub_name"></a> [event\_hub\_name](#input\_event\_hub\_name)| Name of the Event Hub to be created |`string`|`"sysdig-event-hub"`| no |
52
-
| <aname="input_event_hub_namespace_name"></a> [event\_hub\_namespace\_name](#input\_event\_hub\_namespace\_name)| Name of the Event Hub Namespace to be created |`string`|`"sysdig-event-hub-namespace"`|no|
62
+
| <aname="input_event_hub_namespace_name"></a> [event\_hub\_namespace\_name](#input\_event\_hub\_namespace\_name)| Name of the Event Hub Namespace to be created |`string`|n/a|yes|
53
63
| <aname="input_eventhub_authorization_rule_name"></a> [eventhub\_authorization\_rule\_name](#input\_eventhub\_authorization\_rule\_name)| Name of the authorization rule to be created |`string`|`"sysdig-send-listen-rule"`| no |
64
+
| <aname="input_is_organizational"></a> [is\_organizational](#input\_is\_organizational)| (Optional) Set this field to 'true' to deploy secure-for-cloud to an Azure Tenant. |`bool`|`false`| no |
65
+
| <aname="input_management_group_ids"></a> [management\_group\_ids](#input\_management\_group\_ids)| (Optional) List of Azure Management Group IDs. secure-for-cloud will be deployed to all the subscriptions under these management groups. |`set(string)`|`[]`| no |
54
66
| <aname="input_maximum_throughput_units"></a> [maximum\_throughput\_units](#input\_maximum\_throughput\_units)| The maximum number of throughput units to be allocated to the Event Hub |`number`|`20`| no |
55
67
| <aname="input_message_retention_days"></a> [message\_retention\_days](#input\_message\_retention\_days)| Number of days during which messages will be retained in the Event Hub |`number`|`1`| no |
56
68
| <aname="input_namespace_sku"></a> [namespace\_sku](#input\_namespace\_sku)| SKU (Plan) for the namespace that will be created |`string`|`"Standard"`| no |
0 commit comments