Skip to content

Commit

Permalink
Merge pull request #385 from bobidle/terraform_docs
Browse files Browse the repository at this point in the history
Update link to terraform docs
  • Loading branch information
Zordrak authored Dec 19, 2023
2 parents bf5aa77 + fb2086c commit 84f8f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ If a parameter is passed, available options:
- `latest-allowed` is a syntax to scan your Terraform files to detect which version is maximally allowed.
- `min-required` is a syntax to scan your Terraform files to detect which version is minimally required.

See [required_version](https://www.terraform.io/docs/configuration/terraform.html) docs. Also [see min-required & latest-allowed](#min-required) section below.
See [required_version](https://developer.hashicorp.com/terraform/language/settings) docs. Also [see min-required & latest-allowed](#min-required) section below.

```console
$ tfenv install
Expand Down
2 changes: 1 addition & 1 deletion libexec/tfenv-min-required
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ terraform {
required_version = ">= 0.0.0"
}
see https://www.terraform.io/docs/configuration/terraform.html for details';
see https://developer.hashicorp.com/terraform/language/settings for details';
};

declare min_required="$(tfenv-min-required "${TFENV_DIR:-$(pwd)}")";
Expand Down

0 comments on commit 84f8f4a

Please sign in to comment.