vmware / python-client-for-vmware-cloud-on-aws

Python Client for VMware Cloud on AWS is an open-source Python-based tool. Written in Python, the tool enables VMware Cloud on AWS users to automate the consumption of their VMware Cloud on AWS SDDC.
Other
24 stars 20 forks source link

Enable automatic build of GovCloud URLs in config.ini #220

Open fr0gger03 opened 11 months ago

fr0gger03 commented 11 months ago

Is your feature request related to a problem? Please describe.

If a customer is using GovCloud, they must manually update the correct URLs in their config.ini.

Describe the solution you'd like

We should prompt the user for confirmation if they are using commercial cloud or GovCloud, and update the URLs accordingly - the following values should be used for GovCloud environments:

strprodurl = https://www.vmc-us-gov.vmware.com/ strcspprodurl = https://console.cloud-us-gov.vmware.com/

Describe alternatives you've considered

No response

Additional context

No response