I'm trying to add 4 separate sql's to the beta_settings
subheading in my app.yaml
file for Python3 Flexible App Engine. When I add the set of 4 together, separated by commas like so:
beta_settings:
cloud_sql_instances: X1, X2, X3, X4
I receive:
ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred during deployment.
How can I have multiple SQL-instances assigned to the beta-settings
?
Thanks :)