Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 3.58 KB

File metadata and controls

54 lines (43 loc) · 3.58 KB

Requirements

Name Version
cloudsigma ~> 1.9.0
wireguard ~> 0.1.3

Providers

Name Version
cloudsigma 1.9.1
external 2.2.0
http 2.1.0
local 2.1.0
wireguard 0.1.3

Modules

No modules.

Resources

Name Type
cloudsigma_drive.ubuntu resource
cloudsigma_server.ubuntu resource
cloudsigma_ssh_key.wireguard resource
local_file.wireguard resource
wireguard_asymmetric_key.client resource
wireguard_asymmetric_key.server resource
cloudsigma_library_drive.ubuntu data source
external_external.qr data source
http_http.ip data source
wireguard_config_document.client data source
wireguard_config_document.server data source

Inputs

Name Description Type Default Required
clients Map of client names to ip addresses. Must be in the 10.10.10/24 subnet, and 10.10.10.1 is reserved for the server. map(string)
{
"default": "10.10.10.2"
}
no
password CloudSigma password. string n/a yes
private_key_path The path to your private key for remote-exec. string "~/.ssh/id_rsa" no
region The wireguard server's desired region. Valid regions at https://www.cloudsigma.com/cloud-locations/. string n/a yes
ssh_public_key The SSH key used to access the wireguard server. string n/a yes
username CloudSigma username. string n/a yes

Outputs

Name Description
client_config Client configuration.
client_config_qr_codes Client configuration qr codes.