Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[infra] Update GCP DB terraform to reflect backup region change #14568

Merged
merged 1 commit into from
May 29, 2024

Conversation

daniel-goldstein
Copy link
Contributor

@daniel-goldstein daniel-goldstein commented May 29, 2024

I manually changed the Cloud SQL automated backups storage from the us multi-region to us-central1. There's no reason to store it in a multi-region and it's more expensive. What I didn't realize is that this configuration is actually owned by the terraform that we have managing the lifecycle of the database and other infra, so we need to update the terraform to reflect the desired (and current) state.

@daniel-goldstein
Copy link
Contributor Author

On main, attempting to apply terraform says it wants to change the backup location from us-central1 to us, which is not what we want. With this change, applying terraform says everything is up to date ✅

@hail-ci-robot hail-ci-robot merged commit cb4bb0d into hail-is:main May 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants