You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-2
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,32 @@ go build -o terraform-provider-codefresh
22
22
23
23
Compile or take from the [Releases](https://github.com/codefresh-contrib/terraform-provider-codefresh/releases)`terraform-provider-codefresh` binary and place it locally according the Terraform plugins [documentation](https://www.terraform.io/docs/configuration/providers.html#third-party-plugins).
24
24
25
-
For Linux OS it can be:
26
-
25
+
### for terraform 0.12:
27
26
-_~/.terraform.d/plugins/linux\_amd64_
28
27
-_./terraform.d/plugins/linux\_amd64_. The relative path in your Terraform project.
29
28
29
+
### for terraform 0.13 follow [required providers](https://www.terraform.io/docs/configuration/provider-requirements.html):
30
+
```bash
31
+
# OS is linux|windows|darwin, ARCH is amd64|arm|x86
0 commit comments