Skip to content

feat(block_volume): support migration from instance volume #10759

feat(block_volume): support migration from instance volume

feat(block_volume): support migration from instance volume #10759

Workflow file for this run

name: Run tfproviderlint
on:
pull_request:
push:
merge_group:
jobs:
tfproviderlint:
runs-on: ubuntu-latest
steps:
# Checkout should always be before setup-go to ensure caching is working
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.5
- name: Install tfproviderlint
run: go install github.com/bflad/tfproviderlint/cmd/tfproviderlint
- name: Run tfproviderlint
run: make tfproviderlint
tfproviderdocs:
runs-on: ubuntu-latest
steps:
# Checkout should always be before setup-go to ensure caching is working
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.5
- uses: hashicorp/setup-terraform@v3
- run: go install github.com/bflad/tfproviderdocs@latest
- run: make tfproviderdocs