danitso / terraform-provider-sftp

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

Update dependencies and docs #1

Closed danitso-dp closed 3 years ago

danitso-dp commented 3 years ago

Community Note

Relates OR Closes #0000

Release note for CHANGELOG:

ENHANCEMENTS:

* provider: Upgrade to Go v1.15
* provider: Upgrade dependencies

OTHER:

* provider/docs: Add HTML documentation powered by GitHub Pages and Terraform Registry

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       (cached)