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"
}
plain text: /constructs/tfmod-armorfret-wireguard-image-linode/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-linode-wireguard-image ========= ![MIT Licensed](https://tldrlegal.com/license/mit-license) 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)
NameTypeDescriptionDefault
deploy_repostringRepo to use for Ansible code"https://github.com/akerl/deploy-wiregua
ssh_keyslistSSH public keys used to log in as root to the server[]
ssh_userslistList of authorized users (Linode usernames, must have keys already assigned via []
Outputs (1)
image_id — ID of the Linode Image
Resources (2)
linode_imagerandom_id
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud LINODE
★ Stars0
Forks1
Total downloads799
Inputs3
Outputs1
Resources2
LicenseMIT
Namespacearmorfret
Updated