terraform-provider-sftp

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2021 License: MPL-2.0 Imports: 3 Imported by: 0

README

Build Status Go Report Card GoDoc

Terraform Provider for SFTP

A Terraform Provider which adds additional SFTP functionality.

Requirements

  • Terraform 0.13+
  • Go 1.15+ (to build the provider plugin)
  • GoReleaser 0.155+ (to build the provider plugin)

Building the Provider

  • 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
    

Using the Provider

You can find the latest release in the Terraform Registry.

Testing the Provider

In order to test the provider, you can simply run make test.

$ make test

Tests are limited to regression tests, ensuring backwards compability.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL