Skip to content

Commit

Permalink
sync(integration): aws-lambda-auto-approval (#7)
Browse files Browse the repository at this point in the history
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
  • Loading branch information
indent-bot authored Oct 13, 2023
1 parent 6328bd7 commit 1a6392c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
name: Validate
runs-on: ubuntu-latest
outputs:
status: ${{ steps.early.outputs.status }}
status: ${{ steps.envcheck.outputs.status }}
steps:
- name: Checkout
uses: actions/checkout@v3
- id: Envcheck
- id: envcheck
name: Check environment variables
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ terraform {

# Indent + Auto-approval Integration

# Details: https://github.com/indentapis/integrations/tree/df7a83d97d7220dc20566871e81d90a20ec160e0/packages/stable/indent-integration-auto-approval
# Last Change: https://github.com/indentapis/integrations/commit/df7a83d97d7220dc20566871e81d90a20ec160e0
# Details: https://github.com/indentapis/integrations/tree/17108bd50ac2085c099c40b348776fc655915b48/packages/stable/indent-integration-auto-approval
# Last Change: https://github.com/indentapis/integrations/commit/17108bd50ac2085c099c40b348776fc655915b48

module "idt-auto-approval-webhook" {
source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
name = "idt-auto-approval-webhook"
indent_webhook_secret = var.indent_webhook_secret
artifact = {
bucket = "indent-artifacts-us-west-2"
function_key = "webhooks/aws/lambda/auto-approval-df7a83d97d7220dc20566871e81d90a20ec160e0-function.zip"
deps_key = "webhooks/aws/lambda/auto-approval-df7a83d97d7220dc20566871e81d90a20ec160e0-deps.zip"
function_key = "webhooks/aws/lambda/auto-approval-17108bd50ac2085c099c40b348776fc655915b48-function.zip"
deps_key = "webhooks/aws/lambda/auto-approval-17108bd50ac2085c099c40b348776fc655915b48-deps.zip"
}
env = {
AUTO_APPROVAL_DURATION = var.auto_approval_duration
Expand Down

0 comments on commit 1a6392c

Please sign in to comment.