diff --git a/examples/gcp/bootstrap/main.tf b/examples/gcp/bootstrap/main.tf index cc2dbeac..71daf052 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=3a5d3a3" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=5d4a01e" # source = "../../../modules/bootstrap/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/inception/main.tf b/examples/gcp/inception/main.tf index 5be3f38f..408be686 100644 --- a/examples/gcp/inception/main.tf +++ b/examples/gcp/inception/main.tf @@ -21,7 +21,7 @@ variable "users" { } module "inception" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=3a5d3a3" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=5d4a01e" # source = "../../../modules/inception/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/platform/main.tf b/examples/gcp/platform/main.tf index 970d8e7c..fe52ccda 100644 --- a/examples/gcp/platform/main.tf +++ b/examples/gcp/platform/main.tf @@ -15,7 +15,7 @@ variable "destroyable_cluster" { } module "platform" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=3a5d3a3" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=5d4a01e" # source = "../../../modules/platform/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/postgresql/main.tf b/examples/gcp/postgresql/main.tf index 8e97ee4f..53d64158 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=3a5d3a3" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=5d4a01e" # source = "../../../modules/postgresql/gcp" instance_name = "${var.name_prefix}-pg" diff --git a/examples/gcp/smoketest/main.tf b/examples/gcp/smoketest/main.tf index ade8a0d2..51e488b5 100644 --- a/examples/gcp/smoketest/main.tf +++ b/examples/gcp/smoketest/main.tf @@ -25,7 +25,7 @@ provider "helm" { } module "smoketest" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/smoketest/gcp?ref=3a5d3a3" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/smoketest/gcp?ref=5d4a01e" # source = "../../../modules/smoketest" name_prefix = var.name_prefix