Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit f25d871

Browse files
authored
docs: fix .terraform-version that no longer exists in CONTRIBUTING.md (#2050)
1 parent c27484f commit f25d871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Before you submit your merge request consider the following guidelines:
6262
```
6363

6464
* Create your patch, **including appropriate test cases**.
65-
* Install [Terraform](https://www.terraform.io/). We lock the version with [tvenv](https://github.com/tfutils/tfenv), check `.terraform-version` for the current development version of the module.
65+
* Install [Terraform](https://www.terraform.io/). We lock the version with [tvenv](https://github.com/tfutils/tfenv), check `required_version` in `versions.tf` for the current development version of the module.
6666
* Install [pre-commit hooks](https://pre-commit.com/). The hooks runs some basic checks and update the docs. The commit will run the hooks, you can invoke the hooks manually `pre-commit run --all-files` as well.
6767
* Commit your changes using a descriptive commit message.
6868

0 commit comments

Comments
 (0)