Skip to content

Add GitHub workflows and update Terraform and tf-docs version #18

Add GitHub workflows and update Terraform and tf-docs version

Add GitHub workflows and update Terraform and tf-docs version #18

name: elasticache-redis/auth-token
on:
pull_request:
branches:
- main
paths:
- elasticache-redis/auth-token/**
types:
- closed
- opened
- reopened
- synchronize
jobs:
terraform:
uses: ./.github/workflows/terraform.yml
concurrency: ${{ github.workflow }}
with:
module: elasticache-redis/auth-token
permissions:
id-token: write
contents: write
checks: write
pull-requests: write