Make keepalive optional

This commit is contained in:
Julio Diez 2023-03-08 15:39:32 +01:00
parent 81121f4aa6
commit 0da0f33525
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ variable "ip_intf2" {
variable "keepalive" {
description = "The interval in seconds between BGP keepalive messages that are sent to the peer."
type = number
default = null
}
variable "name" {