Skip to content

Bump @aws-sdk/client-cloudwatch-logs from 3.470.0 to 3.474.0 in /lambda #938

Bump @aws-sdk/client-cloudwatch-logs from 3.470.0 to 3.474.0 in /lambda

Bump @aws-sdk/client-cloudwatch-logs from 3.470.0 to 3.474.0 in /lambda #938

Workflow file for this run

name: Terraform
on: push
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/[email protected]
- uses: Homebrew/actions/setup-homebrew@master
- name: Install tflint
run: brew install tflint
- name: Run tflint
run: make tflint
- name: Run terraform validate
run: make validate
env:
AWS_REGION: us-east-1