From 22af1d7af1b6df785093963b021d9c110b1ed94f Mon Sep 17 00:00:00 2001 From: CI Bot Date: Tue, 11 Jun 2024 06:48:51 +0000 Subject: [PATCH] chore(examples): bump modules to 'f58ca7a' 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 052a3cfa..ff0d9d9e 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=eb527a5" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=f58ca7a" # source = "../../../modules/bootstrap/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/inception/main.tf b/examples/gcp/inception/main.tf index fac2d9a1..2fec1670 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=eb527a5" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=f58ca7a" # source = "../../../modules/inception/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/platform/main.tf b/examples/gcp/platform/main.tf index 36a03aae..9ddeae13 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=eb527a5" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=f58ca7a" # source = "../../../modules/platform/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/postgresql/main.tf b/examples/gcp/postgresql/main.tf index bea3b1e0..eb5161f6 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=eb527a5" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=f58ca7a" # 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 6dcdf826..5a5a45fa 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=eb527a5" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/smoketest/gcp?ref=f58ca7a" # source = "../../../modules/smoketest" name_prefix = var.name_prefix