You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Infrastructure Manager (Infra Manager) automates the deployment and management of Google Cloud infrastructure resources using Terraform.
Infra Manager allows you to deploy programmatically to Google Cloud, allowing you to use this service rather than maintaining a different toolchain to work with Terraform on Google Cloud.
The only tricky part - we generate files out of Terraform. We might need to implement #181 (and maybe some other steps) first, to remove the need to generate files..
The text was updated successfully, but these errors were encountered:
This moves the liquidbase.properties file into a GCS bucket, so it's
referencable from the Cloud Build script that does the Spanner schema
migration.
This moves the file off the local file system, which is a pre-requisite
work for googleforgames#192, and should also be done before marking googleforgames#181 as complete.
This moves the liquidbase.properties file into a GCS bucket, so it's
referencable from the Cloud Build script that does the Spanner schema
migration.
This moves the file off the local file system, which is a pre-requisite
work for #192, and should also be done before marking #181 as complete.
Seems like a thing we should take advantage of:
Context:
The only tricky part - we generate files out of Terraform. We might need to implement #181 (and maybe some other steps) first, to remove the need to generate files..
The text was updated successfully, but these errors were encountered: