CiscoDevNet / terraform-provider-tetration

Terraform Provider for managing Cisco Secure Workload (Tetration) resources.
MIT License
0 stars 4 forks source link

Allow usage of filter blocks for Scope resource #5

Open frazhamid opened 2 years ago

frazhamid commented 2 years ago

This may not be currently possible, but I could not figure out how to create more advanced queries/filters for scopes. If this is possible, could someone help with an example? e.g. Creating the following query for a scope resource in Terraform.

✻ resource_type = workspace or OS Version contains MSWindows10
vsurresh commented 9 months ago

@frazhamid Did you manage to fix this issue? So, far I can only use the following.

short_query_type = "eq" short_query_field = "ip" short_query_value = "10.10.1.1"