Skip to content

Commit 4e47319

Browse files
committed
sync(integration): aws-lambda-tailscale
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
1 parent ef731e0 commit 4e47319

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
name: Validate
1313
runs-on: ubuntu-latest
1414
outputs:
15-
status: ${{ steps.early.outputs.status }}
15+
status: ${{ steps.envcheck.outputs.status }}
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v3
19-
- id: Envcheck
19+
- id: envcheck
2020
name: Check environment variables
2121
env:
2222
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ terraform {
1010

1111
# Indent + Tailscale Integration
1212

13-
# Details: https://github.com/indentapis/integrations/tree/df7a83d97d7220dc20566871e81d90a20ec160e0/packages/stable/indent-integration-tailscale
14-
# Last Change: https://github.com/indentapis/integrations/commit/df7a83d97d7220dc20566871e81d90a20ec160e0
13+
# Details: https://github.com/indentapis/integrations/tree/870b4b4de0a6a184eca8998e3d671f5f1c99db69/packages/stable/indent-integration-tailscale
14+
# Last Change: https://github.com/indentapis/integrations/commit/870b4b4de0a6a184eca8998e3d671f5f1c99db69
1515

1616
module "idt-tailscale-webhook" {
1717
source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
1818
name = "idt-tailscale-webhook"
1919
indent_webhook_secret = var.indent_webhook_secret
2020
artifact = {
2121
bucket = "indent-artifacts-us-west-2"
22-
function_key = "webhooks/aws/lambda/tailscale-df7a83d97d7220dc20566871e81d90a20ec160e0-function.zip"
23-
deps_key = "webhooks/aws/lambda/tailscale-df7a83d97d7220dc20566871e81d90a20ec160e0-deps.zip"
22+
function_key = "webhooks/aws/lambda/tailscale-870b4b4de0a6a184eca8998e3d671f5f1c99db69-function.zip"
23+
deps_key = "webhooks/aws/lambda/tailscale-870b4b4de0a6a184eca8998e3d671f5f1c99db69-deps.zip"
2424
}
2525
env = {
2626
TAILSCALE_TAILNET = var.tailscale_tailnet

0 commit comments

Comments
 (0)