algo-image
armorfret/algo-image/linode
Terraform Module
HCL
LINODE
Linode Image for Algo VMs
Install
module "algo-image" {
source = "armorfret/algo-image/linode"
version = "0.1.0"
}
README
Inactive Project: I've switched from algo to a lighter weight set of ansible playbooks terraform-linode-algo-image =========  Terraform module that creates a Linode Image pre-baked with updates and the Algo repo. Usage `` module "algo_image" { source = "github.com/akerl/terraform-linode-algo-base" } `` License terraform-linode-algo-base is released under the MIT License. See the bundled LICENSE file for details.
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| algo_repo | string | Repo to use for Algo code | "https://github.com/akerl/algo" |
| ssh_keys | list(string) | SSH public keys used to log in as root to the server | [] |
| ssh_users | list(string) | List of authorized users (Linode usernames, must have keys already assigned via | [] |
Outputs (1)
image_id — ID of the Algo ImageResources (2)
linode_imagerandom_id
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud LINODE
★ Stars0
Forks1
Total downloads806
Inputs3
Outputs1
Resources2
LicenseMIT
Namespacearmorfret
Updated