Skip to content

Latest commit

History

History

README.md

Minimal example

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.

Terraform Registry

Example configuration

# 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"
      }
    }
  }
}

Requirements

Name Version
terraform >= 1.9.0, < 2.0.0
azapi >= 2.0.0, < 3.0.0
msgraph >= 0.1.0, < 1.0.0

Providers

No providers.

Modules

Name Source Version
security_copilot ../../ n/a

Resources

No resources.

Inputs

No inputs.

Outputs

Name Description
session_ids Created Security Copilot session ids.