mirror of
https://github.com/netbirdio/terraform-provider-netbird.git
synced 2026-05-22 17:13:16 -07:00
2.4 KiB
2.4 KiB
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| netbird_posture_check Data Source - netbird | Read Posture Check settings, see NetBird Docs https://docs.netbird.io/how-to/manage-posture-checks for more information. |
netbird_posture_check (Data Source)
Read Posture Check settings, see NetBird Docs for more information.
Example Usage
# Retrieve by ID
data "netbird_posture_check" "example" {
id = "d0bsu9rl0ubs73dj2ee0"
}
# Retrieve by Name
data "netbird_posture_check" "example" {
name = "TF Test"
}
Schema
Optional
id(String) PostureCheck IDname(String) PostureCheck Name
Read-Only
description(String) PostureCheck descriptiongeo_location_check(Attributes) (see below for nested schema)netbird_version_check(Attributes) (see below for nested schema)os_version_check(Attributes) (see below for nested schema)peer_network_range_check(Attributes) (see below for nested schema)process_check(Attributes List) (see below for nested schema)
Nested Schema for geo_location_check
Read-Only:
action(String)locations(Attributes List) (see below for nested schema)
Nested Schema for geo_location_check.locations
Read-Only:
city_name(String)country_code(String)
Nested Schema for netbird_version_check
Read-Only:
min_version(String)
Nested Schema for os_version_check
Read-Only:
android_min_version(String)darwin_min_version(String)ios_min_version(String)linux_min_kernel_version(String)windows_min_kernel_version(String)
Nested Schema for peer_network_range_check
Read-Only:
action(String)ranges(List of String)
Nested Schema for process_check
Read-Only:
linux_path(String)mac_path(String)windows_path(String)