Skip to content

Terraform Module to deploy Dokku on a node with SSH access using Debian Package Installation

Notifications You must be signed in to change notification settings

brotandgames/terraform-dokku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-dokku

Terraform Module to deploy Dokku on a node with SSH access using Debian Package Installation

Usage

See test/main.tf for example usage of the module.

Where to go further?

tbd.

Inputs

Name Description Type Default Required
dokku_hostname Dokku hostname string "dokku.yourhost.com" no
dokku_version Dokku version string "0.19.6" no
ssh_host SSH host string "192.168.0.100" no
ssh_private_key_path SSH private key path string "~/.ssh/id_rsa" no
ssh_user SSH user string "root" no

Contributing

We encourage you to contribute to this project in whatever way you like!

Versioning

Semantic Versioning 2.x

In a nutshell:

Given a version number MAJOR.MINOR.PATCH, increment the:

  1. MAJOR version when you make incompatible API changes,
  2. MINOR version when you add functionality in a backwards-compatible manner, and
  3. PATCH version when you make backwards-compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

Maintainer

https://github.com/brotandgames

About

Terraform Module to deploy Dokku on a node with SSH access using Debian Package Installation

Resources

Stars

Watchers

Forks

Packages

No packages published