Skip to content

Commit

Permalink
ipv6 error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol-porall committed May 17, 2022
1 parent 5db377c commit e154336
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 e154336

Please sign in to comment.