appgate / terraform-provider-appgatesdp

Terraform Provider for Appgate SDP
https://registry.terraform.io/providers/appgate/appgatesdp
MIT License
21 stars 10 forks source link

client profile url attribute #290

Closed dlnilsson closed 1 year ago

dlnilsson commented 1 year ago

the url attribute was removed in the default endpoint /admin/client-profiles/{ID} in 6.1 and moved to a separate endpoint admin/client-profiles/{ID}/url

This PR make sure we still get the url attribute on appgatesdp_client_profile resource.

This PR fixes #288