Skip to content

Commit 9fa5c6d

Browse files
Update variables.tf
Co-authored-by: Anton Babenko <[email protected]>
1 parent 6873e79 commit 9fa5c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ variable "vpc_security_group_ids" {
176176
default = null
177177
}
178178

179-
variable "ipv6_allowed_for_dual_stack" {
179+
variable "vpc_ipv6_allowed_for_dual_stack" {
180180
description = "Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets. Default is false."
181181
type = bool
182182
default = false

0 commit comments

Comments
 (0)