Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 708 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 708 Bytes

Inactive Project: I've switched from algo to a lighter weight set of ansible playbooks

terraform-linode-algo

MIT Licensed

Terraform module that creates a Linode with Algo running on it.

Usage

module "vpn" {
  source  = "github.com/akerl/terraform-linode-algo"
  name = "vpn"
  ssh_key = "PUT_YOUR_PUBKEY_HERE"

  users = [
    "alfa",
    "beta",
  ]
}

License

terraform-linode-algo is released under the MIT License. See the bundled LICENSE file for details.