Skip to content

Commit

Permalink
Merge pull request #194 from Vizzuality/infrastructure/upscaling_db_cpu
Browse files Browse the repository at this point in the history
Upscaled db instance to 2 CPU
  • Loading branch information
Agnieszka Figiel authored Mar 1, 2024
2 parents f0a63b7 + 6102a45 commit 4986eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/base/modules/env/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module "database" {
database_user = var.database_user
database_password = module.postgres_application_user_password.secret_value
network_id = module.network.network_id
sql-database-instance-tier = "db-custom-1-3840"
sql-database-instance-tier = "db-custom-2-3840"

# explicit dependency for:
# Error, failed to create instance because the network doesn't have at least 1 private services connection.
Expand Down

0 comments on commit 4986eb8

Please sign in to comment.