From 2766306a200eae8460c7eec69302b4b451bdeee3 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 28 Aug 2024 13:45:21 +0000 Subject: [PATCH] chore(examples): bump modules to 'dfdd3f5' 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 | 6 +++--- examples/gcp/smoketest/main.tf | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/gcp/bootstrap/main.tf b/examples/gcp/bootstrap/main.tf index de7a8dd9..f59591dc 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=4319758" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=dfdd3f5" # source = "../../../modules/bootstrap/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/inception/main.tf b/examples/gcp/inception/main.tf index be5b87cd..7c970496 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=4319758" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=dfdd3f5" # source = "../../../modules/inception/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/platform/main.tf b/examples/gcp/platform/main.tf index cd2f5ed6..1b5708b2 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=4319758" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=dfdd3f5" # source = "../../../modules/platform/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/postgresql/main.tf b/examples/gcp/postgresql/main.tf index 2ff2a4b3..e4fe2432 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=4319758" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=dfdd3f5" # source = "../../../modules/postgresql/gcp" instance_name = "${var.name_prefix}-pg" @@ -19,7 +19,7 @@ module "postgresql" { } module "postgresql_migration_source" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=4319758" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=dfdd3f5" # source = "../../../modules/postgresql/gcp" instance_name = "${var.name_prefix}-pg" @@ -35,7 +35,7 @@ module "postgresql_migration_source" { } module "postgresql_migration_destination" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=4319758" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=dfdd3f5" # 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 ca3cfc2d..64bdf207 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=4319758" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/smoketest/gcp?ref=dfdd3f5" # source = "../../../modules/smoketest" name_prefix = var.name_prefix