You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -520,7 +520,7 @@ Example:
520
520
```yaml
521
521
- id: terraform_providers_lock
522
522
args:
523
-
- --init-args=-upgrade
523
+
- --tf-init-args=-upgrade
524
524
```
525
525
526
526
@@ -629,7 +629,7 @@ Example:
629
629
```yaml
630
630
- id: terraform_validate
631
631
args:
632
-
- --init-args=-lockfile=readonly
632
+
- --tf-init-args=-lockfile=readonly
633
633
```
634
634
635
635
4. It may happen that Terraform working directory (`.terraform`) already exists but not in the best condition (eg, not initialized modules, wrong version of Terraform, etc.). To solve this problem, you can find and delete all `.terraform` directories in your repository:
0 commit comments