Is it possible to run cloud_sql_proxy in Terraform Cloud

We’re using the cyrilgdn/postgresql provider to configure our postgres roles, and since we’re using Google Cloud SQL Postgres instances, we use cloud_sql_proxy to connect to the instances. Currently we have to run this workspace locally with cloud_sql_proxy running to connect to the instances. Is there a way to run cloud_sql_proxy during a run on Terraform Cloud?