Skip to content

fix: port and other service modules values #14

fix: port and other service modules values

fix: port and other service modules values #14

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