From 4658a57cef1fedd68ed76b6d515b00afd88d88eb Mon Sep 17 00:00:00 2001 From: CI Bot Date: Tue, 18 Jun 2024 10:35:59 +0000 Subject: [PATCH] chore(examples): bump modules to '0b974ef' 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 ff0d9d9e..de9c690a 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=f58ca7a" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=0b974ef" # source = "../../../modules/bootstrap/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/inception/main.tf b/examples/gcp/inception/main.tf index 2fec1670..48120a0f 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=f58ca7a" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=0b974ef" # source = "../../../modules/inception/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/platform/main.tf b/examples/gcp/platform/main.tf index 9ddeae13..5fea9ef1 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=f58ca7a" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=0b974ef" # source = "../../../modules/platform/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/postgresql/main.tf b/examples/gcp/postgresql/main.tf index eb5161f6..82255a25 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=f58ca7a" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=0b974ef" # 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 5a5a45fa..f7a5d617 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=f58ca7a" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/smoketest/gcp?ref=0b974ef" # source = "../../../modules/smoketest" name_prefix = var.name_prefix