Module: transfer-sftp
This is terraform-aws-transfer-sftp
project provides all the scaffolding for a typical well-built Cloud Posse module. It's a template repository you can
use when creating new repositories.
Usage
For a complete example, see examples/complete.
For automated tests of the complete example using bats and Terratest (which tests and deploys the example on AWS), see test.
module "example" {
source = "https://github.com/cloudposse/terraform-aws-transfer-sftp.git?ref=master"
example = "Hello world!"
}
Examples
Here is an example of using this module:
examples/complete
- complete example of using this module