We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cba315 commit 1e3faa7Copy full SHA for 1e3faa7
README.md
@@ -42,10 +42,10 @@ jobs:
42
## Building the linters
43
44
```sh
45
-# Linter to find calls to the 'local-exec' terraform provider
46
-go build ./cmd/lint-local-exec
+# Linter to find calls to the 'local-exec' and 'remote-exec' terraform providers
+go build ./cmd/lint-terraform
47
48
# Linter to find calls to the 'setup-terraform' GitHub
49
-# action from Hashicopr
50
-go build ./cmd/lint-setup-terraform
+# action from HashiCorp
+go build ./cmd/lint-action
51
```
0 commit comments