Skip to content

build(deps): bump google-api-python-client from 2.128.0 to 2.132.0 #127

build(deps): bump google-api-python-client from 2.128.0 to 2.132.0

build(deps): bump google-api-python-client from 2.128.0 to 2.132.0 #127

Workflow file for this run

name: terraform
on:
push:
branches: ["main"]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup-terraform
uses: hashicorp/setup-terraform@v2.0.3
with:
terraform_version: 1.3.6
- name: Run a terraform validate command
working-directory: ./terraform
run: |
terraform init -backend=false
terraform validate
- name: Run a terraform fmt command
working-directory: ./terraform
run: terraform fmt -check -recursive