6 lines
119 B
Terraform
6 lines
119 B
Terraform
variable "ipv6" {
|
|
default = true
|
|
description = "Boolean controlling if IPv6 is enabled"
|
|
type = bool
|
|
}
|