Skip to content

Commit 7240c1e

Browse files
authored
doc: add terraform 0.13 block to example (#611)
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent a2b6b1e commit 7240c1e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ The provider needs to be configured with the proper credentials before it can be
1313

1414
Use the navigation to the left to read about the available resources.
1515

16+
## Terraform 0.13 and later
17+
18+
For Terraform 0.13 and later, please also include this:
19+
20+
```hcl
21+
terraform {
22+
required_providers {
23+
scaleway = {
24+
source = "scaleway/scaleway"
25+
}
26+
}
27+
required_version = ">= 0.13"
28+
}
29+
```
30+
1631
## Example
1732

1833
Here is an example that will setup a web server with an additional volume, a public IP and a security group.

0 commit comments

Comments
 (0)