cloudflare_device_posture_integration (Resource)

Provides a Cloudflare Device Posture Integration resource. Device posture integrations configure third-party data providers for device posture rules.

Example Usage

resource "cloudflare_device_posture_integration" "example" {
  account_id = "f037e56e89293a057740de681ac9abbe"
  name       = "Device posture integration"
  type       = "workspace_one"
  interval   = "24h"
  config {
    api_url       = "https://example.com/api"
    auth_url      = "https://example.com/connect/token"
    client_id     = "client-id"
    client_secret = "client-secret"
  }
}

Schema

Required

Optional

Read-Only

Nested Schema for config

Optional:

Import

Import is supported using the following syntax:

$ terraform import cloudflare_device_posture_integration.example <account_id>/<device_posture_integration_id>