sensor_update_policy_builds
This data source provides information about the latest sensor builds for each platform.
API Scopes
Section titled “API Scopes”The following API scopes are required:
- Sensor update policies: READ
Example Usage
Section titled “Example Usage”terraform { required_providers { crowdstrike = { source = "registry.terraform.io/crowdstrike/crowdstrike" } }}
provider "crowdstrike" { cloud = "us-2"}
data "crowdstrike_sensor_update_policy_builds" "builds" {}
output "latest_windows_build" { value = data.crowdstrike_sensor_update_policy_builds.builds.windows.latest}
output "n1_linux_build" { value = data.crowdstrike_sensor_update_policy_builds.builds.linux.n1}
output "n2_mac_build" { value = data.crowdstrike_sensor_update_policy_builds.builds.mac.n2}
output "latest_linux_arm64_build" { value = data.crowdstrike_sensor_update_policy_builds.builds.linux_arm64.latest}Schema
Section titled “Schema”Read-Only
Section titled “Read-Only”id(String) Placeholder identifier.linux(Attributes) Builds for the Linux platform. (see below for nested schema)linux_arm64(Attributes) Builds for the Linux platform (arm64). (see below for nested schema)mac(Attributes) Builds for the Mac platform. (see below for nested schema)windows(Attributes) Builds for the Windows platform. (see below for nested schema)
Nested Schema for linux
Section titled “Nested Schema for linux”Read-Only:
all(Attributes List) All sensor builds for the specific platform. (see below for nested schema)latest(Attributes) The latest sensor build. (see below for nested schema)n1(Attributes) The n-1 sensor build. (see below for nested schema)n2(Attributes) The n-2 sensor build. (see below for nested schema)
Nested Schema for linux.all
Section titled “Nested Schema for linux.all”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for linux.latest
Section titled “Nested Schema for linux.latest”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for linux.n1
Section titled “Nested Schema for linux.n1”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for linux.n2
Section titled “Nested Schema for linux.n2”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for linux_arm64
Section titled “Nested Schema for linux_arm64”Read-Only:
all(Attributes List) All sensor builds for the specific platform. (see below for nested schema)latest(Attributes) The latest sensor build. (see below for nested schema)n1(Attributes) The n-1 sensor build. (see below for nested schema)n2(Attributes) The n-2 sensor build. (see below for nested schema)
Nested Schema for linux_arm64.all
Section titled “Nested Schema for linux_arm64.all”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for linux_arm64.latest
Section titled “Nested Schema for linux_arm64.latest”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for linux_arm64.n1
Section titled “Nested Schema for linux_arm64.n1”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for linux_arm64.n2
Section titled “Nested Schema for linux_arm64.n2”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for mac
Section titled “Nested Schema for mac”Read-Only:
all(Attributes List) All sensor builds for the specific platform. (see below for nested schema)latest(Attributes) The latest sensor build. (see below for nested schema)n1(Attributes) The n-1 sensor build. (see below for nested schema)n2(Attributes) The n-2 sensor build. (see below for nested schema)
Nested Schema for mac.all
Section titled “Nested Schema for mac.all”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for mac.latest
Section titled “Nested Schema for mac.latest”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for mac.n1
Section titled “Nested Schema for mac.n1”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for mac.n2
Section titled “Nested Schema for mac.n2”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for windows
Section titled “Nested Schema for windows”Read-Only:
all(Attributes List) All sensor builds for the specific platform. (see below for nested schema)latest(Attributes) The latest sensor build. (see below for nested schema)n1(Attributes) The n-1 sensor build. (see below for nested schema)n2(Attributes) The n-2 sensor build. (see below for nested schema)
Nested Schema for windows.all
Section titled “Nested Schema for windows.all”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for windows.latest
Section titled “Nested Schema for windows.latest”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for windows.n1
Section titled “Nested Schema for windows.n1”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.
Nested Schema for windows.n2
Section titled “Nested Schema for windows.n2”Read-Only:
build(String) The build number for a specific sensor version.platform(String) The target platform for a the build.sensor_version(String) CrowdStrike Falcon Sensor version.stage(String) The stage for the build.