feat(eks.tf): add tagging support for existing node security group to enhance resource management and identification when using an existing cluster #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate terraform docs | |
on: | |
- pull_request | |
jobs: | |
terraform-docs-generator: | |
name: Generate terraform docs | |
uses: truefoundry/github-workflows-public/.github/workflows/[email protected] | |
with: | |
commit_ref: ${{ github.event.pull_request.head.ref }} |