Skip to content

Commit

Permalink
chore(examples): bump modules to '6e97ccf' in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Sep 9, 2024
1 parent 6e97ccf commit 8040dae
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/gcp/bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "tf_state_bucket_force_destroy" {
}

module "bootstrap" {
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=f91c42a"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=6e97ccf"
# source = "../../../modules/bootstrap/gcp"

name_prefix = var.name_prefix
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp/inception/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "users" {
}

module "inception" {
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=f91c42a"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=6e97ccf"
# source = "../../../modules/inception/gcp"

name_prefix = var.name_prefix
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp/platform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "destroyable_cluster" {
}

module "platform" {
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=f91c42a"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=6e97ccf"
# source = "../../../modules/platform/gcp"

name_prefix = var.name_prefix
Expand Down
6 changes: 3 additions & 3 deletions examples/gcp/postgresql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "destroyable_postgres" {
}

module "postgresql" {
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=f91c42a"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=6e97ccf"
# source = "../../../modules/postgresql/gcp"

instance_name = "${var.name_prefix}-pg"
Expand All @@ -19,7 +19,7 @@ module "postgresql" {
}

module "postgresql_migration_source" {
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=f91c42a"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=6e97ccf"
# source = "../../../modules/postgresql/gcp"

instance_name = "${var.name_prefix}-pg"
Expand All @@ -35,7 +35,7 @@ module "postgresql_migration_source" {
}

module "postgresql_migration_destination" {
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=f91c42a"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=6e97ccf"
# source = "../../../modules/postgresql/gcp"

instance_name = "${var.name_prefix}-pg"
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp/smoketest/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provider "helm" {
}

module "smoketest" {
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/smoketest/gcp?ref=f91c42a"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/smoketest/gcp?ref=6e97ccf"
# source = "../../../modules/smoketest"

name_prefix = var.name_prefix
Expand Down

0 comments on commit 8040dae

Please sign in to comment.