From d4ef37e319deb20402aeb14c3be28d61b7aa9c18 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sat, 10 Aug 2024 06:08:33 +0000 Subject: [PATCH] chore(examples): bump modules to '127af28' in examples --- examples/gcp/bootstrap/main.tf | 2 +- examples/gcp/inception/main.tf | 2 +- examples/gcp/platform/main.tf | 2 +- examples/gcp/postgresql/main.tf | 2 +- examples/gcp/smoketest/main.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/gcp/bootstrap/main.tf b/examples/gcp/bootstrap/main.tf index 20b96598..fc4abe27 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=689daa7" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=127af28" # source = "../../../modules/bootstrap/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/inception/main.tf b/examples/gcp/inception/main.tf index 0147d96b..1180da1c 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=689daa7" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=127af28" # source = "../../../modules/inception/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/platform/main.tf b/examples/gcp/platform/main.tf index 1014fc5d..10489d32 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=689daa7" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=127af28" # source = "../../../modules/platform/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/postgresql/main.tf b/examples/gcp/postgresql/main.tf index c7293817..f81ee4ef 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=689daa7" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=127af28" # 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 7de7cd5f..7c8159fb 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=689daa7" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/smoketest/gcp?ref=127af28" # source = "../../../modules/smoketest" name_prefix = var.name_prefix