Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 4.23 KB

File metadata and controls

59 lines (48 loc) · 4.23 KB

Requirements

Name Version
brightbox ~> 2.2
wireguard ~> 0.1.3

Providers

Name Version
brightbox 2.2.0
cloudinit 2.2.0
external 2.2.0
http 2.1.0
wireguard 0.1.3

Modules

No modules.

Resources

Name Type
brightbox_cloudip.wireguard resource
brightbox_firewall_policy.wireguard resource
brightbox_firewall_rule.egress_tcp resource
brightbox_firewall_rule.egress_udp resource
brightbox_firewall_rule.ssh resource
brightbox_firewall_rule.wireguard resource
brightbox_server.wireguard resource
brightbox_server_group.wireguard resource
wireguard_asymmetric_key.client resource
wireguard_asymmetric_key.server resource
brightbox_image.ubuntu data source
cloudinit_config.wireguard 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
account_id Brightbox account id. 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"
}
no
password Brightbox password. string n/a yes
region The wireguard server's desired region. Valid values are gb1-a, gb1-b. string n/a yes
ssh_public_key The SSH key used to access the wireguard server. string n/a yes
username Brightbox username. string n/a yes

Outputs

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