Skip to content

Commit

Permalink
chore: remove name string
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Oct 22, 2024
1 parent 2fcf709 commit 65daf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pg-migration-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65daf9b

Please sign in to comment.