Create a single Security Copilot session in the default workspace (the smallest data-plane
operation). Experimental and beta; applying needs a Security Copilot provisioned tenant and the
SecurityCopilotWorkspaces.ReadWrite.All permission.
# Minimal call: create one Security Copilot session in the default workspace. This is the smallest
# useful data-plane operation. EXPERIMENTAL and beta: needs a Security Copilot provisioned tenant
# and the SecurityCopilotWorkspaces permissions to apply.
module "security_copilot" {
source = "../../"
sessions = {
chat = {
body = {
title = "terraform-minimal-session"
}
}
}
}| Name | Version |
|---|---|
| terraform | >= 1.9.0, < 2.0.0 |
| azapi | >= 2.0.0, < 3.0.0 |
| msgraph | >= 0.1.0, < 1.0.0 |
No providers.
| Name | Source | Version |
|---|---|---|
| security_copilot | ../../ | n/a |
No resources.
No inputs.
| Name | Description |
|---|---|
| session_ids | Created Security Copilot session ids. |