Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengaDev committed Jun 22, 2024
1 parent 50392e1 commit 605cc6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,5 @@ module "spectral_lambda_integration" {

## Support

For GitHub deployment - only bot version 2.x is supported
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.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" })
}

0 comments on commit 605cc6a

Please sign in to comment.