Update log group count and name in aws_cloudwatch_log_group resource … #26
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: tf-checks | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
memcached: | |
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected] | |
with: | |
working_directory: './_example/memcached/' | |
redis: | |
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected] | |
with: | |
working_directory: './_example/redis/' | |
redis-cluster: | |
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected] | |
with: | |
working_directory: './_example/redis-cluster/' |