diff --git a/docs/pg-migration-guide/README.md b/docs/pg-migration-guide/README.md index f92b87c3..593acf61 100644 --- a/docs/pg-migration-guide/README.md +++ b/docs/pg-migration-guide/README.md @@ -187,7 +187,7 @@ module "postgresql" { #source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=689daa7" source = "../../../modules/postgresql/gcp" - instance_name = "rishi-pg" + instance_name = "test-pg" vpc_name = "${var.name_prefix}-vpc" gcp_project = var.gcp_project destroyable = var.destroyable_postgres @@ -247,7 +247,7 @@ module "postgresql" { #source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=689daa7" source = "../../../modules/postgresql/gcp" - instance_name = "rishi-pg" + instance_name = "test-pg" vpc_name = "${var.name_prefix}-vpc" gcp_project = var.gcp_project destroyable = var.destroyable_postgres