File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- VERSION = v0.0.3
1+ VERSION = v0.0.4
22LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD}
33GOARCH = amd64
44linux : export GOOS=linux
Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ On Linux:
1515
1616``` shell
1717mkdir -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
2121terraform init
2222```
2323
2424On Mac:
2525
2626``` shell
2727mkdir -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
3131terraform init
3232```
3333
You can’t perform that action at this time.
0 commit comments