Skip to content

Fix: Add some fields and remove some fields from 5 pipelines in google_political_ads dataset. #1952

Fix: Add some fields and remove some fields from 5 pipelines in google_political_ads dataset.

Fix: Add some fields and remove some fields from 5 pipelines in google_political_ads dataset. #1952

Workflow file for this run

name: Lint Terraform
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 0.15.1
- name: Terraform fmt
run: terraform fmt -check -recursive
continue-on-error: true