googleforgames / global-multiplayer-demo

This multiplayer demo is a cloud first implementation of a global scale, realtime multiplayer game utilising dedicated game servers, utilising both Google Cloud's products and open source gaming solutions.
Apache License 2.0
117 stars 16 forks source link

Move Profile Service to Cloud Deploy Parameters #236

Closed markmandel closed 9 months ago

markmandel commented 9 months ago

Starting the work to move our Service Cloud Deploy configuration away from files generated from Terraform, to using Cloud Deploy Parameters!

So the Teraform now stores the required information on the Cloud Deploy Pipeline that needs to be used in Parameters - and Cloud Deploy handles the rest! It's pretty straight forward, and requires minimal code changes.

Included some other minor tweaks:

More services coming!

Work on #181