data_transfer default to false

This commit is contained in:
Julio Diez
2023-03-08 15:34:55 +01:00
parent d5d743174e
commit 81121f4aa6

View File

@@ -31,6 +31,7 @@ variable "custom_advertise" {
variable "data_transfer" {
description = "Site-to-site data transfer feature, available only in some regions."
type = bool
default = false
}
variable "description" {