Skip to content

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.4 to 2.27.0 #103

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.4 to 2.27.0

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.4 to 2.27.0 #103

Workflow file for this run

# Run unit tests that don't require secrets on any branch/fork pull request
on:
pull_request:
name: Unit tests
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
target:
- check-docs
- test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.5'
- name: Install dependencies
run: make setup
- name: make ${{ matrix.target }}
run: make ${{ matrix.target }}