From 605cc6a31245386cbd1f707e2477dc27073c25c9 Mon Sep 17 00:00:00 2001 From: chenga Date: Sat, 22 Jun 2024 23:27:56 +0300 Subject: [PATCH] formatting --- README.md | 3 ++- locals.tf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e57adc2..033c7cd 100644 --- a/README.md +++ b/README.md @@ -175,4 +175,5 @@ module "spectral_lambda_integration" { ## Support -For GitHub deployment - only bot version 2.x is supported \ No newline at end of file +For GitHub deployment - only bot version 2.x is supported. +The default GitHub bot version that this module deploys is 2.0.4, if you wish to use other versions please set local paths to the relevant ZIP files. \ No newline at end of file diff --git a/locals.tf b/locals.tf index 0aea295..9d50f97 100644 --- a/locals.tf +++ b/locals.tf @@ -13,5 +13,5 @@ locals { # Please do not change or replace the 'frontend' suffix since there a logic in the bot based in it api_triggered_function_name = local.single_lambda_integration ? local.resource_name_pattern : "${local.resource_name_pattern}-frontend" # Merge user env vars with env vars which are not based on user input - env_vars = merge(var.env_vars, { HOME = "/tmp" }) + env_vars = merge(var.env_vars, { HOME = "/tmp" }) } \ No newline at end of file