Files

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 ID
  • name (String) PostureCheck Name

Read-Only

Nested Schema for geo_location_check

Read-Only:

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)