Skip to content

Update beekeeper-path-cleanup-config.json #499

Update beekeeper-path-cleanup-config.json

Update beekeeper-path-cleanup-config.json #499

Workflow file for this run

name: Terraform CI
on: [push, pull_request]
jobs:
test:
name: Terraform Checks
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Setup
uses: hashicorp/[email protected]
with:
terraform_version: 0.12.31
- name: Init
run: terraform init -backend=false
- name: Validate
run: terraform validate
env:
AWS_DEFAULT_REGION: us-west-1