Finished LZ.
This commit is contained in:
@@ -45,3 +45,17 @@ variable "shared_secret" {
|
||||
variable "remote_selectors" {
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
# Wireguard settings
|
||||
variable "wireguard" {
|
||||
type = object({
|
||||
address_space = string
|
||||
private_key = string
|
||||
public_key = string
|
||||
remote_public_key = string
|
||||
remote_address_space = string
|
||||
})
|
||||
sensitive = true
|
||||
nullable = true
|
||||
default = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user