Skip to content

Commit 08a4e82

Browse files
committed
v0.0.4
1 parent bfcc92e commit 08a4e82

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = v0.0.3
1+
VERSION = v0.0.4
22
LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD}
33
GOARCH = amd64
44
linux: export GOOS=linux

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ On Linux:
1515

1616
```shell
1717
mkdir -p terraform.d/plugins/linux_amd64
18-
wget https://github.com/stefansundin/terraform-provider-ssh/releases/download/v0.0.3/terraform-provider-ssh_v0.0.3_linux_amd64.zip
19-
unzip terraform-provider-ssh_v0.0.3_linux_amd64.zip -d terraform.d/plugins/linux_amd64
20-
rm terraform-provider-ssh_v0.0.3_linux_amd64.zip
18+
wget https://github.com/stefansundin/terraform-provider-ssh/releases/download/v0.0.4/terraform-provider-ssh_v0.0.4_linux_amd64.zip
19+
unzip terraform-provider-ssh_v0.0.4_linux_amd64.zip -d terraform.d/plugins/linux_amd64
20+
rm terraform-provider-ssh_v0.0.4_linux_amd64.zip
2121
terraform init
2222
```
2323

2424
On Mac:
2525

2626
```shell
2727
mkdir -p terraform.d/plugins/darwin_amd64
28-
wget https://github.com/stefansundin/terraform-provider-ssh/releases/download/v0.0.3/terraform-provider-ssh_v0.0.3_darwin_amd64.zip
29-
unzip terraform-provider-ssh_v0.0.3_darwin_amd64.zip -d terraform.d/plugins/darwin_amd64
30-
rm terraform-provider-ssh_v0.0.3_darwin_amd64.zip
28+
wget https://github.com/stefansundin/terraform-provider-ssh/releases/download/v0.0.4/terraform-provider-ssh_v0.0.4_darwin_amd64.zip
29+
unzip terraform-provider-ssh_v0.0.4_darwin_amd64.zip -d terraform.d/plugins/darwin_amd64
30+
rm terraform-provider-ssh_v0.0.4_darwin_amd64.zip
3131
terraform init
3232
```
3333

0 commit comments

Comments
 (0)