feat: Add dynamic block for cognito_options in Elasticsearch resource #38
This file contains hidden or 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: Auto merge | |
| on: | |
| pull_request: | |
| jobs: | |
| auto-merge: | |
| uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@master | |
| secrets: | |
| GITHUB: ${{ secrets.GITHUB }} | |
| with: | |
| tfcheck: 'tf-checks-multi_node_non_vpc-example / Check code format' | |
| ... |