Skip to content

Commit

Permalink
📚 IF-9970 Correct regarding Version Description (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugimo-s authored Mar 16, 2023
1 parent b35568d commit 24b951f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ Use the navigation to the left to read about the available resources.

## Example Usage

Replace `"x.y.z"` with version. See [https://github.com/nttcom/terraform-provider-ecl/releases](https://github.com/nttcom/terraform-provider-ecl/releases) for available versions.

```hcl
# Configure the Enterprise Cloud Provider
terraform {
required_providers {
ecl = {
source = "nttcom/ecl"
version = "2.3.1"
version = "x.y.z"
}
}
}
Expand Down

0 comments on commit 24b951f

Please sign in to comment.