danitso / terraform-provider-sftp

Terraform Provider for SFTP
Mozilla Public License 2.0
1 stars 3 forks source link

update crypto library #13

Open spirulence opened 6 months ago

spirulence commented 6 months ago

Community Note

Closes #12

Release note for CHANGELOG:

Update `golang.org/x/crypto` to `v0.17.0` to resolve handshake issues when connecting with recent Ubuntu and other SSH daemons. Closes #12 

Output from acceptance testing:

$ make test
go test -v ./...
?       github.com/danitso/terraform-provider-sftp      [no test files]
=== RUN   TestDataSourceRemoteFileInstantiation
--- PASS: TestDataSourceRemoteFileInstantiation (0.00s)
=== RUN   TestDataSourceRemoteFileSchema
--- PASS: TestDataSourceRemoteFileSchema (0.00s)
=== RUN   TestProviderInstantiation
--- PASS: TestProviderInstantiation (0.00s)
PASS
ok      github.com/danitso/terraform-provider-sftp/sftptf       0.014s
spirulence commented 6 months ago

@danitso-dp I can provide the terraform apply run where this update fixes the behavior if it would be helpful.