From 596f0a4d2e2d10c665baf25ef8cb8fdcac6d1316 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Tue, 24 May 2022 13:56:20 +0000 Subject: [PATCH] Bump modules to 'dc2cf55' in examples --- examples/gcp/bootstrap/main.tf | 2 +- examples/gcp/inception/main.tf | 2 +- examples/gcp/platform/main.tf | 2 +- examples/gcp/services/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/gcp/bootstrap/main.tf b/examples/gcp/bootstrap/main.tf index c0c8d567..af2a4dd2 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=cecb3ca" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/bootstrap/gcp?ref=dc2cf55" # source = "../../../modules/bootstrap/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/inception/main.tf b/examples/gcp/inception/main.tf index b28a015e..de9e6a1d 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=cecb3ca" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/inception/gcp?ref=dc2cf55" # source = "../../../modules/inception/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/platform/main.tf b/examples/gcp/platform/main.tf index 2569b83e..ab7c7418 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=cecb3ca" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/platform/gcp?ref=dc2cf55" # source = "../../../modules/platform/gcp" name_prefix = var.name_prefix diff --git a/examples/gcp/services/main.tf b/examples/gcp/services/main.tf index afd30786..4dcb102f 100644 --- a/examples/gcp/services/main.tf +++ b/examples/gcp/services/main.tf @@ -28,7 +28,7 @@ provider "helm" { } module "services" { - source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/services?ref=cecb3ca" + source = "git::https://github.com/GaloyMoney/galoy-infra.git//modules/services?ref=dc2cf55" # source = "../../../modules/services" name_prefix = var.name_prefix