We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tofu_wrapper
1 parent 359ea94 commit 9d867b9Copy full SHA for 9d867b9
.github/workflows/test.yml
@@ -65,6 +65,8 @@ jobs:
65
terraform_wrapper: false
66
if: matrix.cli == 'terraform'
67
- uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1.0.5
68
+ with:
69
+ tofu_wrapper: false
70
if: matrix.cli == 'tofu'
71
- name: Set TF_ACC_* environment for OpenTofu
72
run: |
.golangci.yml
@@ -9,7 +9,6 @@ linters:
9
enable:
10
- durationcheck
11
- errcheck
12
- - exportloopref
13
- forcetypeassert
14
- godot
15
- gofmt
@@ -20,8 +19,8 @@ linters:
20
19
- nilerr
21
- predeclared
22
- staticcheck
23
- - tenv
24
- unconvert
25
- unparam
+ - usetesting
26
- unused
27
- govet
0 commit comments