We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b6b1e commit 7240c1eCopy full SHA for 7240c1e
docs/index.md
@@ -13,6 +13,21 @@ The provider needs to be configured with the proper credentials before it can be
13
14
Use the navigation to the left to read about the available resources.
15
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
31
## Example
32
33
Here is an example that will setup a web server with an additional volume, a public IP and a security group.
0 commit comments