vmware / terraform-provider-vra7

Terraform VMware vRealize Automation 7 provider - VMware has ended the active development of this Terraform Provider, so this repository will no longer be updated.
https://registry.terraform.io/providers/vmware/vra7/latest
Mozilla Public License 2.0
39 stars 33 forks source link

Added Encoding For Query Params From Server URL #96

Closed swierq closed 3 years ago

swierq commented 4 years ago

BuildEncodedURL function respects query params set for host value in provider configuration.

It was tested with VRA 7.5 and is necessary in our setup as we are using API geteway requireing extra url params.

Signed-off-by: Przemyslaw Swierczek swierq@gmail.com

alanmosely commented 3 years ago

+1 looks good. @Prativa20 can this PR get merged?

Prativa20 commented 3 years ago

@swierq @alanmosely Can you please rebase and update the PR? It looks good and I have run the unit tests locally for this change. I will approve once it is updated.

Thanks, Prativa

alanmosely commented 3 years ago

Thanks, will do

swierq commented 3 years ago

@Prativa20 @alanmosely Rebased to current master. Thanks.