Use vpc subnet count to set availability zone count for opensearch (#14) #17
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: update-templates | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
update-templates: | |
permissions: | |
contents: write | |
pull-requests: write | |
pages: write | |
uses: thoughtbot/templates/.github/workflows/dynamic-readme.yaml@main | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} |