diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bf46d45..eb0797f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 }} diff --git a/main.tf b/main.tf index 12df2f5..9d8df5d 100644 --- a/main.tf +++ b/main.tf @@ -10,8 +10,8 @@ terraform { # Indent + Tailscale Integration -# Details: https://github.com/indentapis/integrations/tree/df7a83d97d7220dc20566871e81d90a20ec160e0/packages/stable/indent-integration-tailscale -# Last Change: https://github.com/indentapis/integrations/commit/df7a83d97d7220dc20566871e81d90a20ec160e0 +# Details: https://github.com/indentapis/integrations/tree/c31c0a2f5371078d198ff8ae1a847404c628620e/packages/stable/indent-integration-tailscale +# Last Change: https://github.com/indentapis/integrations/commit/c31c0a2f5371078d198ff8ae1a847404c628620e module "idt-tailscale-webhook" { source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda" @@ -19,8 +19,8 @@ module "idt-tailscale-webhook" { indent_webhook_secret = var.indent_webhook_secret artifact = { bucket = "indent-artifacts-us-west-2" - function_key = "webhooks/aws/lambda/tailscale-df7a83d97d7220dc20566871e81d90a20ec160e0-function.zip" - deps_key = "webhooks/aws/lambda/tailscale-df7a83d97d7220dc20566871e81d90a20ec160e0-deps.zip" + function_key = "webhooks/aws/lambda/tailscale-c31c0a2f5371078d198ff8ae1a847404c628620e-function.zip" + deps_key = "webhooks/aws/lambda/tailscale-c31c0a2f5371078d198ff8ae1a847404c628620e-deps.zip" } env = { TAILSCALE_TAILNET = var.tailscale_tailnet