Skip to content

Commit

Permalink
fix-pritunl-ipv6-conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Om Sharma committed Oct 8, 2022
1 parent 1aed94e commit 144b5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,13 @@ variable "source_dest_check" {

variable "ipv6_address_count" {
type = number
default = 0
default = null
description = "Number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet."
}

variable "ipv6_addresses" {
type = list(any)
default = []
default = null
description = "List of IPv6 addresses from the range of the subnet to associate with the primary network interface."
sensitive = true
}
Expand Down

0 comments on commit 144b5c3

Please sign in to comment.