wireguard-image
armorfret/wireguard-image/linode
Terraform Module
HCL
LINODE
Module to create a re-usable Wireguard Linode Image
Install
module "wireguard-image" {
source = "armorfret/wireguard-image/linode"
version = "0.1.0"
}
README
terraform-linode-wireguard-image =========  Terraform module that creates a Linode Image pre-baked with updates and this Ansible repo for deploying Wireguard. Usage `` module "wireguard_image" { source = "github.com/akerl/terraform-linode-wireguard-base" } `` License terraform-linode-wireguard-base is released under the MIT License. See the bundled LICENSE file for details.
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| deploy_repo | string | Repo to use for Ansible code | "https://github.com/akerl/deploy-wiregua |
| ssh_keys | list | SSH public keys used to log in as root to the server | [] |
| ssh_users | list | List of authorized users (Linode usernames, must have keys already assigned via | [] |
Outputs (1)
image_id — ID of the Linode ImageResources (2)
linode_imagerandom_id
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud LINODE
★ Stars0
Forks1
Total downloads799
Inputs3
Outputs1
Resources2
LicenseMIT
Namespacearmorfret
Updated