From 432ed2ad6c3d0bcf37e8df1fd9ee4b4fe1754b8b Mon Sep 17 00:00:00 2001 From: CI Bot Date: Fri, 23 Dec 2022 01:56:14 +0000 Subject: [PATCH] Bump modules to '44ded15' 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/services/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 d5d65386..b9d7ad54 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=8c5c578" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=44ded15" # source = "../../../modules/bootstrap/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/inception/main.tf b/examples/gcp/inception/main.tf index dcc44dd8..92c44782 100644 --- a/examples/gcp/inception/main.tf +++ b/examples/gcp/inception/main.tf @@ -16,7 +16,7 @@ variable "users" { } module "inception" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=8c5c578" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=44ded15" # source = "../../../modules/inception/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/platform/main.tf b/examples/gcp/platform/main.tf index bbfa8921..b6ab6cd6 100644 --- a/examples/gcp/platform/main.tf +++ b/examples/gcp/platform/main.tf @@ -12,7 +12,7 @@ variable "destroyable_postgres" { } module "platform" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=8c5c578" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=44ded15" # source = "../../../modules/platform/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/postgresql/main.tf b/examples/gcp/postgresql/main.tf index f2c31982..97da795f 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=8c5c578" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/postgresql/gcp?ref=44ded15" # source = "../../../modules/postgresql/gcp" instance_name = "${var.name_prefix}-pg" diff --git a/examples/gcp/services/main.tf b/examples/gcp/services/main.tf index a716a0b4..32ab6d63 100644 --- a/examples/gcp/services/main.tf +++ b/examples/gcp/services/main.tf @@ -25,7 +25,7 @@ provider "helm" { } module "services" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/services?ref=8c5c578" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/services?ref=44ded15" # source = "../../../modules/services" name_prefix = var.name_prefix