I would like to know if is there any terraform resource (or command line) to do the following tasks in Google Cloud Platform (GCP):
Add an authorized DNS domain in API & Services --> Oauth consent screen (please see the attached image/screenshot above).
Add authorized redirect URIs in Client ID for web application (please see another attached image/screenshot above).
The question is due to I need to automate those tasks for a production deployment, but I have not found a way to automate it (preferably using terraforming code, through native resources or null resources), or in any other way.
thanks!