The goal is to allow Integromat to connect to our GCP CloudSQL MySQL instance. Usually what I've been doing to allow an IP address to access a GCP resource is to add the authorized IP as a public IP authorized network in the resource's Connectivity tab directly on the resource's page.
On the integromat help center however, they are requesting access for a range of IP's which I find no way of setting up under Connectivity. So I'm starting to look at VPC network configuration with a limited understanding of networking.
Integromat makes connections from the following IP range: 82.208.14.110 - 82.208.14.119. Our servers are set up with valid PTR records so you can easily restrict access by allowing %.integromat.com.
I'm wondering how using GCP's Virtual Private Cloud setup what is the right process to allow that IP range so that Integromat can have incoming and outgoing access to our project and mainly CloudSQL...