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
module"azurerm_sentinel_data_connector_office_365" {
source="./modules/azurerm/r/azurerm_sentinel_data_connector_office_365"# exchange_enabled - (optional) is a type of boolexchange_enabled=null# log_analytics_workspace_id - (required) is a type of stringlog_analytics_workspace_id=null# name - (required) is a type of stringname=null# sharepoint_enabled - (optional) is a type of boolsharepoint_enabled=null# teams_enabled - (optional) is a type of boolteams_enabled=null# tenant_id - (optional) is a type of stringtenant_id=nulltimeouts=[{
create =null
delete =null
read =null
update =null
}]
}
resource"azurerm_sentinel_data_connector_office_365""this" {
# exchange_enabled - (optional) is a type of boolexchange_enabled=var.exchange_enabled# log_analytics_workspace_id - (required) is a type of stringlog_analytics_workspace_id=var.log_analytics_workspace_id# name - (required) is a type of stringname=var.name# sharepoint_enabled - (optional) is a type of boolsharepoint_enabled=var.sharepoint_enabled# teams_enabled - (optional) is a type of boolteams_enabled=var.teams_enabled# tenant_id - (optional) is a type of stringtenant_id=var.tenant_iddynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
# read - (optional) is a type of stringread=timeouts.value["read"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}