Renamed some variables

This commit is contained in:
Héctor Molinero Fernández
2021-06-14 22:51:25 +02:00
parent e9d9202616
commit 91d4d6df76
4 changed files with 8 additions and 8 deletions

View File

@@ -32,12 +32,12 @@ variable "wg_server_ssh_publickey_name" {
description = "SSH public key name"
}
variable "wg_server_own_privatekey" {
variable "wg_server_wg_privatekey" {
type = string
description = "WireGuard private key"
}
variable "wg_server_peer_publickeys" {
variable "wg_server_wg_peer_publickeys" {
type = list(string)
description = "WireGuard peer public keys"
}