From 66eafef7004874719fd18ef8acb3a09600019789 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 11 Dec 2024 21:35:48 +0100 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0734354..c97ce67 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ If the `terraform_version_file` input is specified, the action will extract the Supported files names are `.tool-versions` or `.terraform-version`. In `.tool-versions` file, terraform version should be preceded by the terraform keyword (e.g., `terraform 1.13.0`). The `.tool-versions` file supports version specifications in accordance with Semantic Versioning ([semver](https://semver.org/)) and [Semver Ranges](https://www.npmjs.com/package/semver#ranges). -In other files, the version should be specified as explainied in the `terraform_version` input. +The `.terraform-version` file supports version specifications as explained in the `terraform_version` input. If both `terraform_version` and `terraform_version_file` inputs are provided, the `terraform_version` input will be used.