Support sentinelone
type in the cloudflare_device_posture_rule
schema
#2278
Labels
kind/enhancement
Categorizes issue or PR as related to improving an existing feature.
service/access
Categorizes issue or PR as related to the Access service.
Milestone
Current Terraform and Cloudflare provider version
Terraform version: 1.2.3
Cloudflare provider version: 3.30.0
Description
One undocumented component of the device posture API is the "support" for SentinelOne. This is currently implemented as the
sentinelone
type, which I believe itself is an alias for theapplication
type. This request is to addsentinelone
to thecloudflare_device_posture_rule
schema validator.A key difference is that existing checks created through the user interface already have the
sentinelone
type associated with them, making it difficult to import these rules into Terraform definitions. Additionally, the WARP Client UI displays SentinelOne checks and application checks differently, however, I suspect this is purely aesthetic.Use cases
If a team has an existing WARP client posture rule for SentinelOne, it is challenging to import the check without creating a new rule entirely (as changing the
type
field will cause the resource to be destroyed and recreated). The ideal end state would be to allow Terraform definitions of thesentinelone
type, bringing the provider in parity with the UI for this specific rule.Potential Terraform configuration
References
No response
The text was updated successfully, but these errors were encountered: