Is your feature request related to a problem? Please describe.
A project requires infrastructure, for this, you need the account UUID. Currently, there is no known way to accomplish this using the data endpoints available in TF.
Describe the solution you'd like
Two data endpoints, one for listing all the accounts, and the second for listing a specific account.
Describe alternatives you've considered
As a workaround, this information can be extracted from PC API using Chrome Developer Tools to inspect the network calls. Alternatively, the information can be included in a local provisioner with curl in TF.
Is your feature request related to a problem? Please describe. A project requires infrastructure, for this, you need the account UUID. Currently, there is no known way to accomplish this using the data endpoints available in TF.
Describe the solution you'd like Two data endpoints, one for listing all the accounts, and the second for listing a specific account.
Describe alternatives you've considered As a workaround, this information can be extracted from PC API using Chrome Developer Tools to inspect the network calls. Alternatively, the information can be included in a local provisioner with curl in TF.