diff --git a/website/docs/r/sentinel_data_connector_office_365.html.markdown b/website/docs/r/sentinel_data_connector_office_365.html.markdown index 74a1e2e7c2be..2eef0334da28 100644 --- a/website/docs/r/sentinel_data_connector_office_365.html.markdown +++ b/website/docs/r/sentinel_data_connector_office_365.html.markdown @@ -47,9 +47,9 @@ The following arguments are supported: * `teams_enabled` - (Optional) Should the Microsoft Teams data connector be enabled? Defaults to `true`. --> **NOTE**: At least one of `exchange_enabled`, `shared_point_enabled` and `teams_enabled` has to be specified. +-> **NOTE**: At least one of `exchange_enabled`, `sharedpoint_enabled` and `teams_enabled` has to be specified. -* `tenant_id` - (Optional) The ID of the tenant that this Office 365 Data Connector connects to. Changing this forces a new Office 365 Data Connector to be created. +* `tenant_id` - (Optional) The ID of the Tenant that this Office 365 Data Connector connects to. Changing this forces a new Office 365 Data Connector to be created. -> **NOTE**: Terraform will use the Tenant ID for the current Subscription if this is unspecified.