Skip to content

Commit 42bc9bb

Browse files
committed
adjusting documentation
1 parent 191f16c commit 42bc9bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/installing-the-provider-and-getting-started.md renamed to docs/guides/getting-started.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
1. Make sure terraform 0.13 is installed on your system
44

5-
2. Create a `versions.tf` terraform config file:
5+
2. Create a `versions.tf` terraform config file in your project:
66
```terraform
77
terraform {
88
required_version = ">= 0.13"
99
required_providers {
1010
checkly = {
11-
source = "local/checkly/checkly"
12-
version = "0.6.9"
11+
source = "checkly/checkly"
12+
version = "0.7.1"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)