fix(DMVP-5330): have option named 'cloudwatch_outputs_enabled' in fluent_bit_config variable to control whether default cloudwatch log outputs/exports are enabled, it is enabled by default #309
Workflow file for this run
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: Pre-Commit | |
on: | |
pull_request: | |
push: | |
branches: [main, master] | |
jobs: | |
terraform-validate: | |
runs-on: ubuntu-latest | |
permissions: | |
actions: write | |
contents: write | |
discussions: write | |
pull-requests: write | |
id-token: write | |
steps: | |
- name: Pre-Commit | |
uses: dasmeta/reusable-actions-workflows/pre-commit@main | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} | |
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | |
path: modules/${{ matrix.path }} | |
continue-on-error: true |