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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ We fork this project for the following items:
15
15
16
16
## Installation
17
17
18
-
[Download a binary](https://github.com/phillbaker/terraform-provider-elasticsearch/releases), and put it in a good spot on your system. Then update your `~/.terraformrc` to refer to the binary:
18
+
[Download a binary](https://github.com/disaster37/terraform-provider-elasticsearch/releases), and put it in a good spot on your system. Then update your `~/.terraformrc` to refer to the binary:
19
19
20
20
```hcl
21
21
providers {
@@ -50,6 +50,7 @@ provider "elasticsearch" {
50
50
-**cacert_file**: (optional) The CA contend to use if you use custom PKI.
51
51
-**retry**: (optional) The number of time you should to retry connexion befaore exist with error. Default to `6`.
52
52
-**wait_before_retry**: (optional) The number of time in second we wait before each connexion retry. Default to `10`.
0 commit comments