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_log_analytics_storage_insights" {
source="./modules/azurerm/r/azurerm_log_analytics_storage_insights"# blob_container_names - (optional) is a type of set of stringblob_container_names=[]
# name - (required) is a type of stringname=null# resource_group_name - (required) is a type of stringresource_group_name=null# storage_account_id - (required) is a type of stringstorage_account_id=null# storage_account_key - (required) is a type of stringstorage_account_key=null# table_names - (optional) is a type of set of stringtable_names=[]
# tags - (optional) is a type of map of stringtags={}
# workspace_id - (required) is a type of stringworkspace_id=nulltimeouts=[{
create =null
delete =null
read =null
update =null
}]
}
resource"azurerm_log_analytics_storage_insights""this" {
# blob_container_names - (optional) is a type of set of stringblob_container_names=var.blob_container_names# name - (required) is a type of stringname=var.name# resource_group_name - (required) is a type of stringresource_group_name=var.resource_group_name# storage_account_id - (required) is a type of stringstorage_account_id=var.storage_account_id# storage_account_key - (required) is a type of stringstorage_account_key=var.storage_account_key# table_names - (optional) is a type of set of stringtable_names=var.table_names# tags - (optional) is a type of map of stringtags=var.tags# workspace_id - (required) is a type of stringworkspace_id=var.workspace_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"]
}
}
}