databricks-cli/terraform
Pieter Noordhuis 31a841ff33
Fix lint errors for unused functions (#36)
The functionality under terraform/ isn't used anywhere at the moment and
the test doesn't pass for me. It will be useful down the line so
commenting out instead of removing.

Confirmed that staticcheck passes when run with:
```
staticcheck -checks U1000 ./...
```
2022-09-07 14:26:31 +02:00
..
testdata/simplest rename `internal/test` to idiomatic `testdata` 2022-05-23 11:46:37 +02:00
runner.go Fix lint errors for unused functions (#36) 2022-09-07 14:26:31 +02:00
runner_test.go Fix lint errors for unused functions (#36) 2022-09-07 14:26:31 +02:00