Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 3.7 KB

README.md

File metadata and controls

55 lines (44 loc) · 3.7 KB

Requirements

Name Version
civo ~> 1.0.0
wireguard ~> 0.1.3

Providers

Name Version
civo 1.0.12
external 2.2.0
http 2.1.0
wireguard 0.1.3

Modules

No modules.

Resources

Name Type
civo_firewall.wireguard resource
civo_firewall_rule.egress_tcp resource
civo_firewall_rule.egress_udp resource
civo_firewall_rule.ssh resource
civo_firewall_rule.wireguard resource
civo_instance.wireguard resource
civo_ssh_key.wireguard resource
wireguard_asymmetric_key.client resource
wireguard_asymmetric_key.server resource
civo_disk_image.ubuntu data source
civo_network.default 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
civo_token Civo authentication token. string n/a yes
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",
"home": "10.10.10.3"
}
no
region The wireguard server's desired region. Valid regions at https://www.civo.com/learn/civo-regions. string n/a yes
ssh_public_key The SSH key used to access the wireguard server. string n/a yes

Outputs

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