Skip to content

Commit

Permalink
fix: Removed zpn_client_type_partner from lss controller
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Jun 4, 2024
1 parent c5a6175 commit 29f10f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zpa/resource_zpa_lss_config_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ resource "%s" "%s" {
operator = "OR"
operands {
object_type = "CLIENT_TYPE"
values = ["zpn_client_type_exporter", "zpn_client_type_machine_tunnel", "zpn_client_type_ip_anchoring", "zpn_client_type_edge_connector", "zpn_client_type_zapp", "zpn_client_type_slogger", "zpn_client_type_slogger", "zpn_client_type_zapp_partner", "zpn_client_type_branch_connector"]
values = ["zpn_client_type_exporter", "zpn_client_type_machine_tunnel", "zpn_client_type_ip_anchoring", "zpn_client_type_edge_connector", "zpn_client_type_zapp", "zpn_client_type_slogger", "zpn_client_type_slogger", "zpn_client_type_branch_connector"]
}
}
conditions {
Expand Down

0 comments on commit 29f10f3

Please sign in to comment.