Giter Site home page Giter Site logo

azurerm_file_share_sftp's Introduction

azurerm_file_share_sftp

Minimal Terraform module to stand up a public sftp server on Azure. This module uses Azure Files and Container instance.

input parameters

  • location

    azure region name.

    Run az account list-locations -o table to see a list of locations.

  • prefix

    prefix to use for new resources created by this module

  • sftp_user_name

    sftp user name

  • sftp_folder

    directory name to which upload and download files.

    this directory is mounted on the ftp user's home directory.

    azure file share is mounted on this folder.

    This is the only directory user can write to.

  • sftp_password

outputs

  • fqdn - FQDN of the sftp server
  • ip_address - IP address of the sftp server.

Example

examples folder a sample deployment that uses this module.

pre requeisites to run the example:

You would need your azure subscription_id, a service account (client_id, client_secret and tenant_id)

Check terraform docs for more information on how to setup the service account.

Run the example

$ cd examples
$ terraform init
$ terraform plan # to preview the changes.
$ terraform apply # to create the resources

Run the example

$ terraform plan -destory # to preview the changes
$ terraform destory # to clean up the resources.

azurerm_file_share_sftp's People

Contributors

smandava avatar fpiashko avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.