Skip to content

Commit

Permalink
chore(examples): bump modules to '4b1bf90' in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Feb 17, 2024
1 parent 4b1bf90 commit 79f11ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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=aa5af87"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=4b1bf90"
# 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 @@ -16,7 +16,7 @@ variable "users" {
}

module "inception" {
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=aa5af87"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=4b1bf90"
# 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=aa5af87"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=4b1bf90"
# source = "../../../modules/platform/gcp"

name_prefix = var.name_prefix
Expand Down
2 changes: 1 addition & 1 deletion 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=aa5af87"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=4b1bf90"
# 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=aa5af87"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/smoketest/gcp?ref=4b1bf90"
# source = "../../../modules/smoketest"

name_prefix = var.name_prefix
Expand Down

0 comments on commit 79f11ea

Please sign in to comment.