Skip to content

fix(object): acl: revert bucket acl to private on resource deletion #8041

fix(object): acl: revert bucket acl to private on resource deletion

fix(object): acl: revert bucket acl to private on resource deletion #8041

Workflow file for this run

name: Run tfproviderlint
on:
pull_request:
push:
merge_group:
jobs:
tfproviderlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Install tfproviderlint
run: go install github.com/bflad/tfproviderlint/cmd/tfproviderlint@latest
- name: Run tfproviderlint
run: tfproviderlint -R014=false -AT001.ignored-filename-suffixes=_data_source_test.go ./...
tfproviderdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- uses: hashicorp/setup-terraform@v3
- run: go install github.com/bflad/tfproviderdocs@latest
- run: tfproviderdocs check -provider-name scaleway -enable-contents-check