vmware-archive / terraforming-gcp

use terraform, deploy yourself a pcf
Apache License 2.0
71 stars 87 forks source link

Enable private Google API access for PAS and Services Networks #130

Closed JaysonBH closed 4 years ago

JaysonBH commented 5 years ago

Enable private Google API access for PAS and Services Networks by default.

I see no reason to not have this turned on by default. If it isn't turned on, This can cause certain On Demand Services Tile's service instances to fail for not being able to get an API token from Google.

This PR turns it on automatically to prevent issues like this from services.

Resolves Issue

129