Skip to content

Commit

Permalink
improve README #48
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaumoron committed Feb 6, 2024
1 parent b6173ef commit 63c99f5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Available parameter options:

- an exact [Semver 2.0.0](https://semver.org/) version string to use
- a [version constraint](https://opentofu.org/docs/language/expressions/version-constraints) string (checked against versions available in TENV_ROOT directory)
- `latest`, `latest-stable` or `latest-pre` (checked against versions available in TENV_ROOT directory)
- `latest`, `latest-stable` (old name of `latest`) or `latest-pre` (include unstable version), which are checked against versions available in TENV_ROOT directory
- `latest-allowed` or `min-required` to scan your IAC files to detect which version is maximally allowed or minimally required.

See [required_version](#required_version) docs.
Expand All @@ -232,7 +232,7 @@ Detect the used version of tool for the working directory.

```console
$ tenv tofu detect
No OpenTofu version found in basic files, fallback to latest-allowed strategy
No version files found for OpenTofu, fallback to latest-allowed strategy
Scan project to find .tf files
No OpenTofu version requirement found in project files, fallback to latest strategy
Found compatible version installed locally : 1.6.1
Expand Down Expand Up @@ -734,7 +734,6 @@ This would identify the latest version at or above 1.2.0 and below 2.0.0
</details>

<a id="technical-details"></a>

## Technical details

### Project binaries
Expand All @@ -758,7 +757,7 @@ The `terragrunt` command in this project is a proxy to Gruntwork's `terragrunt`
</details>

<a id="signature-support"></a>
### signature support
### Signature support

<details><summary><b>OpenTofu signature support</b></summary><br>

Expand Down

0 comments on commit 63c99f5

Please sign in to comment.