Skip to content

Bump @aws-sdk/client-cloudwatch-logs from 3.454.0 to 3.458.0 in /lambda #923

Bump @aws-sdk/client-cloudwatch-logs from 3.454.0 to 3.458.0 in /lambda

Bump @aws-sdk/client-cloudwatch-logs from 3.454.0 to 3.458.0 in /lambda #923

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