Skip to content

Commit

Permalink
chore(examples): bump modules to 'ae33da7' in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot authored and git committed May 28, 2024
1 parent 330a2a1 commit 6eaaa72
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=2e47c1e"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=ae33da7"
# 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=2e47c1e"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=ae33da7"
# 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=2e47c1e"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=ae33da7"
# 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=2e47c1e"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=ae33da7"
# 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=2e47c1e"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/smoketest/gcp?ref=ae33da7"
# source = "../../../modules/smoketest"

name_prefix = var.name_prefix
Expand Down

0 comments on commit 6eaaa72

Please sign in to comment.