A Terraform Provider which adds additional SFTP functionality.
Clone the repository to $GOPATH/src/github.com/danitso/terraform-provider-sftp
:
$ mkdir -p "${GOPATH}/src/github.com/danitso"
$ cd "${GOPATH}/src/github.com/danitso"
$ git clone git@github.com:danitso/terraform-provider-sftp
Enter the provider directory and build it:
$ cd "${GOPATH}/src/github.com/danitso/terraform-provider-sftp"
$ make build
You can find the latest release and its documentation in the Terraform Registry.
In order to test the provider, you can simply run make test
.
$ make test
Tests are limited to regression tests, ensuring backwards compability.