Skip to content

Commit

Permalink
Bump modules to '53e39c2' in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed May 27, 2022
1 parent 53e39c2 commit 83f8587
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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=a8fa91f"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=53e39c2"
# 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=a8fa91f"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=53e39c2"
# 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 @@ -12,7 +12,7 @@ variable "destroyable_postgres" {
}

module "platform" {
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=a8fa91f"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=53e39c2"
# source = "../../../modules/platform/gcp"

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

module "services" {
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/services?ref=a8fa91f"
source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/services?ref=53e39c2"
# source = "../../../modules/services"

name_prefix = var.name_prefix
Expand Down

0 comments on commit 83f8587

Please sign in to comment.