diff --git a/examples/gcp/bootstrap/main.tf b/examples/gcp/bootstrap/main.tf index 83f07bc4..af846bf8 100644 --- a/examples/gcp/bootstrap/main.tf +++ b/examples/gcp/bootstrap/main.tf @@ -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=47db042" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=5aed769" # source = "../../../modules/bootstrap/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/inception/main.tf b/examples/gcp/inception/main.tf index 15e9d339..676244f3 100644 --- a/examples/gcp/inception/main.tf +++ b/examples/gcp/inception/main.tf @@ -16,7 +16,7 @@ variable "users" { } module "inception" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=47db042" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=5aed769" # source = "../../../modules/inception/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/platform/main.tf b/examples/gcp/platform/main.tf index 0a40d257..8ad86f03 100644 --- a/examples/gcp/platform/main.tf +++ b/examples/gcp/platform/main.tf @@ -12,7 +12,7 @@ variable "destroyable_postgres" { } module "platform" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=47db042" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=5aed769" # source = "../../../modules/platform/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/postgresql/main.tf b/examples/gcp/postgresql/main.tf index f3ac51f7..63bda0d0 100644 --- a/examples/gcp/postgresql/main.tf +++ b/examples/gcp/postgresql/main.tf @@ -5,7 +5,7 @@ variable "destroyable_postgres" { } module "postgresql" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=47db042" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=5aed769" # source = "../../../modules/postgresql/gcp" instance_name = "${var.name_prefix}-pg" diff --git a/examples/gcp/services/main.tf b/examples/gcp/services/main.tf index cc2322e3..8336f869 100644 --- a/examples/gcp/services/main.tf +++ b/examples/gcp/services/main.tf @@ -28,7 +28,7 @@ provider "helm" { } module "services" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/services?ref=47db042" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/services?ref=5aed769" # source = "../../../modules/services" name_prefix = var.name_prefix