Description
Is your feature request related to a problem? Please describe.
The company I work for is doing contract work for a government agency. They have strict rules about how things get deployed/created on their isolated .gov environments. One of the rules is 'things have to be in Terraform'.
Describe the resource you would like to have implemented.
Private Locations.
Describe the solution you'd like
Expanding the provider functionality to include being able to create Private Locations would be an ideal solution for what we're working on.
Describe alternatives you've considered
We've considered using a cli-based curl call to the POST api which would create the Private Location, but that is not the preferred way of handling that.
Additional context
None