Skip to content

fix: missing lambda permission for api gateway #18

fix: missing lambda permission for api gateway

fix: missing lambda permission for api gateway #18

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tflint:
name: TFLint
uses: soat-tech-challenge/github-workflows/.github/workflows/tflint.yml@main
tfsec:
uses: soat-tech-challenge/github-workflows/.github/workflows/tfsec.yml@main
permissions:
contents: read
pull-requests: write
terraform-plan:
name: Terraform Plan
uses: soat-tech-challenge/github-workflows/.github/workflows/terraform-plan.yml@main
secrets: inherit
with:
cloud_workspace: ${{ vars.TF_WORKSPACE }}
permissions:
contents: read
pull-requests: write