tailscale / terraform-provider-tailscale

Terraform provider for Tailscale
https://registry.terraform.io/providers/tailscale/tailscale
MIT License
263 stars 47 forks source link

tailscale: use new DevicePosture().Get() API to read specific posture… #414

Closed oxtoacart closed 3 months ago

oxtoacart commented 3 months ago

… integrations

This is more efficient, and simpler, than listing all posture integrations and extracting the one with a matching id.

Updates tailscale/corp#21624

Depends on: